[PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze

Paolo Bonzini posted 9 patches 2 years, 7 months ago
Failed in applying to current master (apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
meson.build                |  22 ++----
python/qemu/qmp/qmp_tui.py |   5 +-
python/setup.cfg           |   2 +-
python/tests/minreqs.txt   |   9 ++-
qga/meson.build            |   2 +-
scripts/main.c             |   1 -
softmmu/runstate.c         |  20 +++---
target/i386/cpu.c          | 172 +++++++++++++++++++++++++++++++++++++++++++++
target/i386/cpu.h          |   8 +++
target/i386/kvm/kvm.c      |   4 ++
10 files changed, 210 insertions(+), 35 deletions(-)
delete mode 100644 scripts/main.c
[PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze
Posted by Paolo Bonzini 2 years, 7 months ago
The following changes since commit 97c81ef4b8e203d9620fd46e7eb77004563e3675:

  Merge tag 'pull-9p-20230706' of https://github.com/cschoenebeck/qemu into staging (2023-07-06 18:19:42 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6d5e9694ef374159072984c0958c3eaab6dd1d52:

  target/i386: Add new CPU model GraniteRapids (2023-07-07 12:52:27 +0200)

----------------------------------------------------------------
* Granite Rapids CPU model
* Miscellaneous bugfixes

----------------------------------------------------------------
Fiona Ebner (1):
      qemu_cleanup: begin drained section after vm_shutdown()

Lei Wang (1):
      target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model

Paolo Bonzini (1):
      python: bump minimum requirements so they are compatible with 3.12

Tao Su (5):
      target/i386: Adjust feature level according to FEAT_7_1_EDX
      target/i386: Add support for MCDT_NO in CPUID enumeration
      target/i386: Allow MCDT_NO if host supports
      target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
      target/i386: Add new CPU model GraniteRapids

Thomas Huth (1):
      meson.build: Remove the logic to link C code with the C++ linker

 meson.build                |  22 ++----
 python/qemu/qmp/qmp_tui.py |   5 +-
 python/setup.cfg           |   2 +-
 python/tests/minreqs.txt   |   9 ++-
 qga/meson.build            |   2 +-
 scripts/main.c             |   1 -
 softmmu/runstate.c         |  20 +++---
 target/i386/cpu.c          | 172 +++++++++++++++++++++++++++++++++++++++++++++
 target/i386/cpu.h          |   8 +++
 target/i386/kvm/kvm.c      |   4 ++
 10 files changed, 210 insertions(+), 35 deletions(-)
 delete mode 100644 scripts/main.c
-- 
2.41.0
Re: [PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze
Posted by Richard Henderson 2 years, 7 months ago
On 7/7/23 15:04, Paolo Bonzini wrote:
> The following changes since commit 97c81ef4b8e203d9620fd46e7eb77004563e3675:
> 
>    Merge tag 'pull-9p-20230706' ofhttps://github.com/cschoenebeck/qemu  into staging (2023-07-06 18:19:42 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git  tags/for-upstream
> 
> for you to fetch changes up to 6d5e9694ef374159072984c0958c3eaab6dd1d52:
> 
>    target/i386: Add new CPU model GraniteRapids (2023-07-07 12:52:27 +0200)
> 
> ----------------------------------------------------------------
> * Granite Rapids CPU model
> * Miscellaneous bugfixes

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~