mbox

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

Message ID 20230707140432.88073-1-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini July 7, 2023, 2:04 p.m. UTC
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

Comments

Richard Henderson July 7, 2023, 9:22 p.m. UTC | #1
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~