Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260717191547.920048-1-brian.cain@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Brian Cain <brian.cain@oss.qualcomm.com>, Laurent Vivier <laurent@vivier.eu>, Helge Deller <deller@gmx.de>, Alessandro Di Federico <ale@rev.ng>, Anton Johansson <anjo@rev.ng>, Thomas Huth <th.huth+qemu@posteo.eu>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, "Daniel P. Berrangé" <berrange@redhat.com>
MAINTAINERS | 1 +
target/hexagon/gen_tcg.h | 4 +-
target/hexagon/macros.h | 30 +++--
target/hexagon/translate.h | 3 +
linux-user/hexagon/cpu_loop.c | 5 +
target/hexagon/cpu.c | 27 ++++
target/hexagon/genptr.c | 24 ++--
target/hexagon/idef-parser/parser-helpers.c | 2 +-
target/hexagon/op_helper.c | 13 +-
target/hexagon/translate.c | 62 +++++----
tests/tcg/hexagon/unaligned_data.c | 118 ++++++++++++++++++
.../dockerfiles/debian-hexagon-cross.docker | 27 ++--
.gitlab-ci.d/buildtest.yml | 4 +-
tests/functional/hexagon/meson.build | 5 +
tests/functional/hexagon/test_arch_tests.py | 57 +++++++++
tests/functional/meson.build | 1 +
tests/tcg/hexagon/Makefile.target | 2 +
17 files changed, 326 insertions(+), 59 deletions(-)
create mode 100644 tests/tcg/hexagon/unaligned_data.c
create mode 100644 tests/functional/hexagon/meson.build
create mode 100755 tests/functional/hexagon/test_arch_tests.py