The following changes since commit 9c74490bff6c8886a922008d0c9ce6cae70dd17e:
Update version for v8.2.0-rc3 release (2023-12-06 14:34:20 -0500) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20231212 for you to fetch changes up to cbb145567c21d2bc41e8197a243c7d5480c6fca0: tcg: Reduce serial context atomicity earlier (2023-12-12 13:35:19 -0800) ---------------------------------------------------------------- target/i386: Fix 32-bit wrapping of pc/eip computation (#2022) tcg: Reduce serial context atomicity earlier (#2034) ---------------------------------------------------------------- Richard Henderson (2): target/i386: Fix 32-bit wrapping of pc/eip computation tcg: Reduce serial context atomicity earlier target/i386/cpu.h | 9 +++++++-- target/i386/tcg/tcg-cpu.c | 11 +++++++++-- target/i386/tcg/translate.c | 23 +++++++++++++++++------ tcg/tcg-op-ldst.c | 28 ++++++++++++++++++++++++---- tcg/tcg.c | 9 +-------- 5 files changed, 58 insertions(+), 22 deletions(-)