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

Paolo Bonzini posted 7 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220325070706.271291-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
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(-)
[PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2
Posted by Paolo Bonzini 2 years, 1 month ago
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


Re: [PULL 0/7] (Mostly) x86 fixes for QEMU 7.0.0-rc2
Posted by Peter Maydell 2 years, 1 month ago
On Fri, 25 Mar 2022 at 07:13, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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.
>


Applied, thanks.

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

-- PMM