qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze
@ 2023-07-07 14:04 Paolo Bonzini
  2023-07-07 14:04 ` [PULL 1/9] python: bump minimum requirements so they are compatible with 3.12 Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Paolo Bonzini @ 2023-07-07 14:04 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-07-17 11:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 14:04 [PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze Paolo Bonzini
2023-07-07 14:04 ` [PULL 1/9] python: bump minimum requirements so they are compatible with 3.12 Paolo Bonzini
2023-07-07 14:04 ` [PULL 2/9] meson.build: Remove the logic to link C code with the C++ linker Paolo Bonzini
2023-07-07 14:04 ` [PULL 3/9] qemu_cleanup: begin drained section after vm_shutdown() Paolo Bonzini
2023-07-07 14:04 ` [PULL 4/9] target/i386: Adjust feature level according to FEAT_7_1_EDX Paolo Bonzini
2023-07-17 11:19   ` Michael Tokarev
2023-07-07 14:04 ` [PULL 5/9] target/i386: Add support for MCDT_NO in CPUID enumeration Paolo Bonzini
2023-07-07 14:04 ` [PULL 6/9] target/i386: Allow MCDT_NO if host supports Paolo Bonzini
2023-07-07 14:04 ` [PULL 7/9] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES Paolo Bonzini
2023-07-07 14:04 ` [PULL 8/9] target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapids CPU model Paolo Bonzini
2023-07-07 14:04 ` [PULL 9/9] target/i386: Add new CPU model GraniteRapids Paolo Bonzini
2023-07-07 21:22 ` [PULL 0/9] Final batch of patches for QEMU 8.1 soft freeze Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).