[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/7] tcg + linux-user patch queue
From: |
Richard Henderson |
Subject: |
[PULL 0/7] tcg + linux-user patch queue |
Date: |
Fri, 29 Mar 2024 12:20:30 -1000 |
The following changes since commit 5012e522aca161be5c141596c66e5cc6082538a9:
Update version for v9.0.0-rc1 release (2024-03-26 19:46:55 +0000)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240329
for you to fetch changes up to dafa0ecc97850c325fe85cd87dc0b536858d171a:
accel/tcg: Use CPUState.get_pc in cpu_io_recompile (2024-03-29 12:16:00 -1000)
----------------------------------------------------------------
linux-user: Fix shmat(NULL) for host != guest page size
tcg/optimize: Fix sign_mask for logical right-shift
accel/tcg: Use CPUState.get_pc in cpu_io_recompile
disas: Show opcodes for target_disas and monitor_disas
----------------------------------------------------------------
Ilya Leoshkevich (4):
linux-user: Fix semctl() strace
linux-user: Fix shmat() strace
linux-user: Fix shmat(NULL) for h != g
tests/tcg: Test shmat(NULL)
Richard Henderson (3):
tcg/optimize: Fix sign_mask for logical right-shift
disas: Show opcodes for target_disas and monitor_disas
accel/tcg: Use CPUState.get_pc in cpu_io_recompile
accel/tcg/translate-all.c | 2 +-
disas/disas-mon.c | 1 +
disas/disas.c | 1 +
linux-user/mmap.c | 2 +-
linux-user/strace.c | 10 +++-----
tcg/optimize.c | 2 +-
tests/tcg/aarch64/test-2248.c | 28 ++++++++++++++++++++
tests/tcg/multiarch/linux/linux-shmat-null.c | 38 ++++++++++++++++++++++++++++
tests/tcg/aarch64/Makefile.target | 1 +
9 files changed, 75 insertions(+), 10 deletions(-)
create mode 100644 tests/tcg/aarch64/test-2248.c
create mode 100644 tests/tcg/multiarch/linux/linux-shmat-null.c
- [PULL 0/7] tcg + linux-user patch queue,
Richard Henderson <=
- [PULL 2/7] linux-user: Fix shmat() strace, Richard Henderson, 2024/03/29
- [PULL 3/7] linux-user: Fix shmat(NULL) for h != g, Richard Henderson, 2024/03/29
- [PULL 1/7] linux-user: Fix semctl() strace, Richard Henderson, 2024/03/29
- [PULL 4/7] tests/tcg: Test shmat(NULL), Richard Henderson, 2024/03/29
- [PULL 5/7] tcg/optimize: Fix sign_mask for logical right-shift, Richard Henderson, 2024/03/29
- [PULL 7/7] accel/tcg: Use CPUState.get_pc in cpu_io_recompile, Richard Henderson, 2024/03/29
- [PULL 6/7] disas: Show opcodes for target_disas and monitor_disas, Richard Henderson, 2024/03/29
- Re: [PULL 0/7] tcg + linux-user patch queue, Peter Maydell, 2024/03/31