mbox

[PULL,for-7.2,0/2] TCG/i386 fixes for QEMU 7.2-rc4

Message ID 20221201085419.146789-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini Dec. 1, 2022, 8:54 a.m. UTC
The following changes since commit 7c09a7f6ae1770d15535980d15dffdb23f4d9786:

  Update VERSION for v7.2.0-rc2 (2022-11-22 18:59:56 -0500)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 8218c048be1567db9dfd3cf1e19fbff76bce8cfd:

  target/i386: Always completely initialize TranslateFault (2022-12-01 09:53:24 +0100)

----------------------------------------------------------------
* Fix MMX instructions for system emulators
* Fix uninitialized TranslateFault after canonical address checks

----------------------------------------------------------------
Paolo Bonzini (1):
      target/i386: allow MMX instructions with CR4.OSFXSR=0

Richard Henderson (1):
      target/i386: Always completely initialize TranslateFault

 target/i386/tcg/decode-new.c.inc     |  3 ++-
 target/i386/tcg/sysemu/excp_helper.c | 34 +++++++++++++++++++---------------
 2 files changed, 21 insertions(+), 16 deletions(-)

Comments

Stefan Hajnoczi Dec. 4, 2022, 11:46 p.m. UTC | #1
Applied, thanks.

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