From: Brian Cain <brian.cain@oss.qualcomm.com>
To: qemu-devel@nongnu.org, stefanha@redhat.com
Cc: brian.cain@oss.qualcomm.com
Subject: [PULL 0/9] hex queue
Date: Thu, 23 Apr 2026 19:35:57 -0700 [thread overview]
Message-ID: <20260424023606.2556830-1-brian.cain@oss.qualcomm.com> (raw)
The following changes since commit bb230769b4d01de714bed686161ad39a8f4f3fd1:
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2026-04-22 14:30:04 -0400)
are available in the Git repository at:
https://github.com/quic/qemu tags/pull-hex-20260423
for you to fetch changes up to b4bbd68882f24b0f99593b48fc50122e5dac5c41:
target/hexagon: Change DisasContext packet type (2026-04-23 14:49:38 -0700)
----------------------------------------------------------------
Hexagon arch rev specific behavior
----------------------------------------------------------------
Brian Cain (1):
tests/tcg/hexagon: Add test for revision-gated instruction decoding
Marco Liebel (1):
target/hexagon: Change DisasContext packet type
Matheus Tavares Bernardino (1):
Hexagon (target/hexagon) Introduce tag_rev_info.c.inc
Taylor Simpson (6):
Hexagon (target/hexagon) Properly handle Hexagon CPU version
Hexagon (linux-user/hexagon) Identify Hexagon version in ELF file
Hexagon (target/hexagon) Add Hexagon definition field to DisasContext
Hexagon (target/hexagon) Check each opcode against current CPU definition
Hexagon (target/hexagon) Disassembly of invalid packets
Hexagon (target/hexagon) Remove snprint_a_pkt_debug
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
next reply other threads:[~2026-04-24 2:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 2:35 Brian Cain [this message]
2026-04-24 2:35 ` [PULL 1/9] Hexagon (target/hexagon) Properly handle Hexagon CPU version Brian Cain
2026-04-24 2:35 ` [PULL 2/9] Hexagon (linux-user/hexagon) Identify Hexagon version in ELF file Brian Cain
2026-04-24 2:36 ` [PULL 3/9] Hexagon (target/hexagon) Add Hexagon definition field to DisasContext Brian Cain
2026-04-24 2:36 ` [PULL 4/9] Hexagon (target/hexagon) Introduce tag_rev_info.c.inc Brian Cain
2026-04-24 2:36 ` [PULL 5/9] Hexagon (target/hexagon) Check each opcode against current CPU definition Brian Cain
2026-04-24 2:36 ` [PULL 6/9] Hexagon (target/hexagon) Disassembly of invalid packets Brian Cain
2026-04-24 2:36 ` [PULL 7/9] tests/tcg/hexagon: Add test for revision-gated instruction decoding Brian Cain
2026-04-24 2:36 ` [PULL 8/9] Hexagon (target/hexagon) Remove snprint_a_pkt_debug Brian Cain
2026-04-24 2:36 ` [PULL 9/9] target/hexagon: Change DisasContext packet type Brian Cain
2026-04-25 16:59 ` [PULL 0/9] hex queue Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2026-01-02 20:11 Brian Cain
2026-01-04 21:54 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260424023606.2556830-1-brian.cain@oss.qualcomm.com \
--to=brian.cain@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.