qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2


From: Paolo Bonzini
Subject: [PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2
Date: Fri, 25 Mar 2022 08:06:59 +0100

The following changes since commit 15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b:

  Update version for v7.0.0-rc1 release (2022-03-22 22:58:44 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 9584d3d00a454f47b0341465142bcf0735d734ae:

  build: disable fcf-protection on -march=486 -m16 (2022-03-24 18:44:07 +0100)

----------------------------------------------------------------
Bugfixes.

----------------------------------------------------------------
Christian Ehrhardt (1):
      build: disable fcf-protection on -march=486 -m16

Paolo Bonzini (4):
      KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors
      configure: remove dead int128 test
      target/i386: tcg: high bits SSE cmp operation must be ignored
      target/i386: properly reset TSC on reset

Philippe Mathieu-Daudé (1):
      target/i386/kvm: Free xsave_buf when destroying vCPU

luofei (1):
      i386: Set MCG_STATUS_RIPV bit for mce SRAR error

 configure                   | 18 ------------------
 pc-bios/optionrom/Makefile  |  4 ++++
 target/i386/cpu.c           | 17 +++++++++++++++--
 target/i386/cpu.h           |  4 +++-
 target/i386/kvm/kvm-cpu.c   | 19 ++++++++++++-------
 target/i386/kvm/kvm.c       |  4 +++-
 target/i386/tcg/translate.c |  6 ++----
 7 files changed, 39 insertions(+), 33 deletions(-)
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]