Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260424023606.2556830-1-brian.cain@oss.qualcomm.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Laurent Vivier <laurent@vivier.eu>
target/hexagon/cpu-qom.h | 27 ++
target/hexagon/cpu.h | 2 +
target/hexagon/cpu_bits.h | 4 +-
target/hexagon/decode.h | 2 +
target/hexagon/gen_tcg.h | 2 +-
target/hexagon/macros.h | 6 +-
target/hexagon/printinsn.h | 4 +-
target/hexagon/translate.h | 3 +-
disas/hexagon.c | 3 +-
linux-user/hexagon/elfload.c | 43 ++-
target/hexagon/cpu.c | 48 ++-
target/hexagon/decode.c | 58 +++-
target/hexagon/genptr.c | 14 +-
target/hexagon/printinsn.c | 40 +--
target/hexagon/translate.c | 114 +++----
tests/tcg/hexagon/check_rev_gating.c | 141 ++++++++
target/hexagon/tag_rev_info.c.inc | 613 +++++++++++++++++++++++++++++++++++
target/hexagon/gen_tcg_funcs.py | 2 +-
target/hexagon/hex_common.py | 4 +-
tests/tcg/hexagon/Makefile.target | 6 +
20 files changed, 976 insertions(+), 160 deletions(-)
create mode 100644 tests/tcg/hexagon/check_rev_gating.c
create mode 100644 target/hexagon/tag_rev_info.c.inc