qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/16] Misc patches for 2023-05-09
@ 2023-05-09  9:04 Paolo Bonzini
  2023-05-09  9:04 ` [PULL 01/16] rcu: remove qatomic_mb_set, expand comments Paolo Bonzini
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Paolo Bonzini @ 2023-05-09  9:04 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 792f77f376adef944f9a03e601f6ad90c2f891b2:

  Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into staging (2023-05-06 08:11:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ef709860ea12ec59c4cd7373bd2fd7a4e50143ee:

  meson: leave unnecessary modules out of the build (2023-05-08 19:04:52 +0200)

----------------------------------------------------------------
* target/i386: improved EPYC models
* more removal of mb_read/mb_set
* bump _WIN32_WINNT to the Windows 8 API
* fix for modular builds with --disable-system

----------------------------------------------------------------
Babu Moger (5):
      target/i386: Add a couple of feature bits in 8000_0008_EBX
      target/i386: Add feature bits for CPUID_Fn80000021_EAX
      target/i386: Add missing feature bits in EPYC-Milan model
      target/i386: Add VNMI and automatic IBRS feature bits
      target/i386: Add EPYC-Genoa model to support Zen 4 processor series

Michael Roth (2):
      target/i386: allow versioned CPUs to specify new cache_info
      target/i386: Add new EPYC CPU versions with updated cache_info

Paolo Bonzini (8):
      rcu: remove qatomic_mb_set, expand comments
      test-aio-multithread: do not use mb_read/mb_set for simple flags
      test-aio-multithread: simplify test_multi_co_schedule
      call_rcu: stop using mb_set/mb_read
      tb-maint: do not use mb_read/mb_set
      MAINTAINERS: add stanza for Kconfig files
      docs: clarify --without-default-devices
      meson: leave unnecessary modules out of the build

Thomas Huth (1):
      include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API

 MAINTAINERS                       |  10 +
 accel/tcg/tb-maint.c              |   4 +-
 docs/devel/kconfig.rst            |  16 +-
 include/qemu/osdep.h              |   2 +-
 include/qemu/rcu.h                |   5 +-
 meson.build                       |   4 +
 target/i386/cpu.c                 | 375 +++++++++++++++++++++++++++++++++++++-
 target/i386/cpu.h                 |  15 ++
 tests/unit/test-aio-multithread.c |  30 +--
 util/rcu.c                        |  69 ++++---
 10 files changed, 479 insertions(+), 51 deletions(-)
-- 
2.40.1



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

end of thread, other threads:[~2023-05-10  5:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09  9:04 [PULL 00/16] Misc patches for 2023-05-09 Paolo Bonzini
2023-05-09  9:04 ` [PULL 01/16] rcu: remove qatomic_mb_set, expand comments Paolo Bonzini
2023-05-09  9:04 ` [PULL 02/16] test-aio-multithread: do not use mb_read/mb_set for simple flags Paolo Bonzini
2023-05-09  9:04 ` [PULL 03/16] test-aio-multithread: simplify test_multi_co_schedule Paolo Bonzini
2023-05-09  9:04 ` [PULL 04/16] call_rcu: stop using mb_set/mb_read Paolo Bonzini
2023-05-09  9:04 ` [PULL 05/16] tb-maint: do not use mb_read/mb_set Paolo Bonzini
2023-05-09  9:04 ` [PULL 06/16] MAINTAINERS: add stanza for Kconfig files Paolo Bonzini
2023-05-09  9:04 ` [PULL 07/16] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API Paolo Bonzini
2023-05-09  9:04 ` [PULL 08/16] target/i386: allow versioned CPUs to specify new cache_info Paolo Bonzini
2023-05-09  9:04 ` [PULL 09/16] target/i386: Add new EPYC CPU versions with updated cache_info Paolo Bonzini
2023-05-09  9:04 ` [PULL 10/16] target/i386: Add a couple of feature bits in 8000_0008_EBX Paolo Bonzini
2023-05-09  9:04 ` [PULL 11/16] target/i386: Add feature bits for CPUID_Fn80000021_EAX Paolo Bonzini
2023-05-09  9:04 ` [PULL 12/16] target/i386: Add missing feature bits in EPYC-Milan model Paolo Bonzini
2023-05-09  9:04 ` [PULL 13/16] target/i386: Add VNMI and automatic IBRS feature bits Paolo Bonzini
2023-05-09  9:04 ` [PULL 14/16] target/i386: Add EPYC-Genoa model to support Zen 4 processor series Paolo Bonzini
2023-05-09  9:04 ` [PULL 15/16] docs: clarify --without-default-devices Paolo Bonzini
2023-05-09  9:04 ` [PULL 16/16] meson: leave unnecessary modules out of the build Paolo Bonzini
2023-05-10  5:12 ` [PULL 00/16] Misc patches for 2023-05-09 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).