qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] hex queue
@ 2025-10-17 20:50 Brian Cain
  2025-10-17 20:50 ` [PULL 1/8] linux-user/hexagon: Fix sigcontext Brian Cain
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Brian Cain @ 2025-10-17 20:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: brian.cain, richard.henderson

The following changes since commit 18f6f30b0089b470f3e737637a86dfb81ebd6eae:

  Merge tag 'pull-request-2025-10-16' of https://gitlab.com/thuth/qemu into staging (2025-10-16 12:27:12 -0700)

are available in the Git repository at:

  https://github.com/quic/qemu tags/pull-hex-20251017

for you to fetch changes up to f97700e0752753e294db11de8462aef5d8009a89:

  target/hexagon: Only indent on linux (2025-10-17 13:45:46 -0700)

----------------------------------------------------------------
Fixes for linux-user sigcontext save/restore, etc.

misc: avoid inconsistencies w/indent on macOS
fix hexagon linux-user sigcontext discrepancy, found by Alex @ Zig

----------------------------------------------------------------
Anton Johansson (2):
      target/hexagon: Replace `prepare` script with meson target
      target/hexagon: Only indent on linux

Brian Cain (6):
      linux-user/hexagon: Fix sigcontext
      linux-user/hexagon: use abi_ulong
      linux-user/hexagon: Use an array for GPRs
      tests/tcg/hexagon: Add cs{0,1} coverage
      target/hexagon: handle .new values
      target/hexagon: s/pkt_has_store/pkt_has_scalar_store

 target/hexagon/idef-parser/README.rst       |   2 +-
 target/hexagon/insn.h                       |   4 +-
 target/hexagon/macros.h                     |   8 +-
 linux-user/hexagon/signal.c                 | 184 +++++++++++-----------------
 target/hexagon/decode.c                     |   4 +-
 target/hexagon/genptr.c                     |   3 +-
 target/hexagon/idef-parser/parser-helpers.c |   4 +-
 target/hexagon/op_helper.c                  |   4 +-
 target/hexagon/translate.c                  |   9 +-
 tests/tcg/hexagon/signal_context.c          |  23 +++-
 target/hexagon/gen_helper_funcs.py          |   2 +-
 target/hexagon/hex_common.py                |  22 +++-
 target/hexagon/idef-parser/prepare          |  24 ----
 target/hexagon/meson.build                  |   5 +-
 14 files changed, 133 insertions(+), 165 deletions(-)
 delete mode 100755 target/hexagon/idef-parser/prepare

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-18  5:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 20:50 [PULL 0/8] hex queue Brian Cain
2025-10-17 20:50 ` [PULL 1/8] linux-user/hexagon: Fix sigcontext Brian Cain
2025-10-17 20:50 ` [PULL 2/8] linux-user/hexagon: use abi_ulong Brian Cain
2025-10-17 20:50 ` [PULL 3/8] linux-user/hexagon: Use an array for GPRs Brian Cain
2025-10-17 20:50 ` [PULL 4/8] tests/tcg/hexagon: Add cs{0,1} coverage Brian Cain
2025-10-17 20:50 ` [PULL 5/8] target/hexagon: handle .new values Brian Cain
2025-10-17 20:50 ` [PULL 6/8] target/hexagon: s/pkt_has_store/pkt_has_scalar_store Brian Cain
2025-10-17 20:50 ` [PULL 7/8] target/hexagon: Replace `prepare` script with meson target Brian Cain
2025-10-17 20:50 ` [PULL 8/8] target/hexagon: Only indent on linux Brian Cain
2025-10-17 23:20 ` [PULL 0/8] hex queue Richard Henderson
2025-10-18  5:30 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).