The following changes since commit cd5a79dc98e3087e7658e643bdbbb0baec77ac8a:
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2026-02-05 13:54:50 +0000)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20260206
for you to fetch changes up to 973b0b0e3a5e4c4816cddcb367dfff5dd16be611:
accel/tcg: Remove a redundant argument attrs in io_prepare() (2026-02-06 16:51:09 +1000)
----------------------------------------------------------------
linux-user/syscall.c: Prevent acquiring clone_lock while fork()
accel/tcg: Remove a redundant argument attrs in io_prepare()
accel/tcg: Fix uninitialized hostp in get_page_addr_code_hostp
Revert "tcg/user: do not set exit_request gratuitously"
----------------------------------------------------------------
Aleksandr Sergeev (1):
linux-user/syscall.c: Prevent acquiring clone_lock while fork()
Jim Shu (1):
accel/tcg: Remove a redundant argument attrs in io_prepare()
Paolo Bonzini (1):
Revert "tcg/user: do not set exit_request gratuitously"
Richard Henderson (2):
accel/tcg: Don't pass NULL to get_page_addr_code_hostp
accel/tcg: Fix uninitialized hostp in get_page_addr_code_hostp
accel/tcg/internal-common.h | 5 +++--
linux-user/user-internals.h | 2 ++
accel/tcg/cpu-exec.c | 2 --
accel/tcg/cputlb.c | 26 +++++++++-----------------
accel/tcg/user-exec.c | 4 +---
linux-user/main.c | 2 ++
linux-user/syscall.c | 14 ++++++++++++++
7 files changed, 31 insertions(+), 24 deletions(-)