[PULL 0/2] late fixes for rc4

Richard Henderson posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231212214648.300959-1-richard.henderson@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
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(-)
[PULL 0/2] late fixes for rc4
Posted by Richard Henderson 1 year, 11 months ago
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(-)
Re: [PULL 0/2] late fixes for rc4
Posted by Stefan Hajnoczi 1 year, 11 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.