qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] s390x (and one qtest) patches
@ 2023-09-12 11:41 Thomas Huth
  2023-09-12 11:41 ` [PULL 1/7] s390x/ap: fix missing subsystem reset registration Thomas Huth
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Thomas Huth @ 2023-09-12 11:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Hajnoczi

The following changes since commit 9ef497755afc252fb8e060c9ea6b0987abfd20b6:

  Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into staging (2023-09-11 09:13:08 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-09-12

for you to fetch changes up to 82fdcd3e140c8d4c63f177ece554f90f2bccdf68:

  tests/qtest/pflash: Clean up local variable shadowing (2023-09-12 12:07:31 +0200)

----------------------------------------------------------------
* Enable AP (crypto adapter) instructions for s390x PV-guests
* Allow NVME for s390x machines
* Update Linux headers to v6.6-rc1

----------------------------------------------------------------
Cédric Le Goater (1):
      kconfig: Add NVME to s390x machines

Janosch Frank (2):
      s390x/ap: fix missing subsystem reset registration
      s390x: do a subsystem reset before the unprotect on reboot

Philippe Mathieu-Daudé (1):
      tests/qtest/pflash: Clean up local variable shadowing

Steffen Eiden (2):
      target/s390x/kvm: Refactor AP functionalities
      target/s390x: AP-passthrough for PV guests

Thomas Huth (1):
      linux-headers: Update to Linux v6.6-rc1

 include/standard-headers/linux/fuse.h        |  63 ++++++++++-
 include/standard-headers/linux/vhost_types.h |   4 +
 include/standard-headers/linux/virtio_net.h  |  14 +++
 linux-headers/asm-arm64/bitsperlong.h        |  23 ++++
 linux-headers/asm-generic/unistd.h           |   5 +-
 linux-headers/asm-mips/unistd_n32.h          |   1 +
 linux-headers/asm-mips/unistd_n64.h          |   1 +
 linux-headers/asm-mips/unistd_o32.h          |   1 +
 linux-headers/asm-powerpc/unistd_32.h        |   1 +
 linux-headers/asm-powerpc/unistd_64.h        |   1 +
 linux-headers/asm-riscv/bitsperlong.h        |  13 +++
 linux-headers/asm-riscv/kvm.h                |  16 +++
 linux-headers/asm-s390/kvm.h                 |  16 +++
 linux-headers/asm-s390/unistd_32.h           |   1 +
 linux-headers/asm-s390/unistd_64.h           |   1 +
 linux-headers/asm-x86/mman.h                 |  10 +-
 linux-headers/asm-x86/unistd_32.h            |   1 +
 linux-headers/asm-x86/unistd_64.h            |   2 +
 linux-headers/asm-x86/unistd_x32.h           |   1 +
 linux-headers/linux/kvm.h                    |  13 ++-
 linux-headers/linux/stddef.h                 |   4 +
 linux-headers/linux/userfaultfd.h            |  25 ++++-
 linux-headers/linux/vfio.h                   | 150 ++++++++++++++++++++++++++-
 target/s390x/cpu_features.h                  |   1 +
 target/s390x/cpu_features_def.h.inc          |   4 +
 hw/s390x/s390-virtio-ccw.c                   |  11 ++
 target/s390x/cpu_models.c                    |   2 +
 target/s390x/gen-features.c                  |   2 +
 target/s390x/kvm/kvm.c                       |  94 +++++++++++++++--
 tests/qtest/pflash-cfi02-test.c              |   2 +-
 hw/nvme/Kconfig                              |   2 +-
 31 files changed, 460 insertions(+), 25 deletions(-)



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

end of thread, other threads:[~2024-01-11 15:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 11:41 [PULL 0/7] s390x (and one qtest) patches Thomas Huth
2023-09-12 11:41 ` [PULL 1/7] s390x/ap: fix missing subsystem reset registration Thomas Huth
2023-09-12 11:41 ` [PULL 2/7] s390x: do a subsystem reset before the unprotect on reboot Thomas Huth
2024-01-10 18:30   ` Cédric Le Goater
2024-01-10 20:28     ` Matthew Rosato
2024-01-11  9:43       ` Cédric Le Goater
2024-01-11 10:18         ` Christian Borntraeger
2024-01-11 15:26           ` Matthew Rosato
2024-01-11 15:00         ` Janosch Frank
2024-01-11 15:27         ` Matthew Rosato
2023-09-12 11:41 ` [PULL 3/7] linux-headers: Update to Linux v6.6-rc1 Thomas Huth
2023-09-12 11:41 ` [PULL 4/7] target/s390x/kvm: Refactor AP functionalities Thomas Huth
2023-09-12 11:41 ` [PULL 5/7] target/s390x: AP-passthrough for PV guests Thomas Huth
2023-09-12 11:41 ` [PULL 6/7] kconfig: Add NVME to s390x machines Thomas Huth
2023-09-12 11:41 ` [PULL 7/7] tests/qtest/pflash: Clean up local variable shadowing Thomas Huth

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).