All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/11] 11.1 compat machines and s390x updates
@ 2026-04-23  9:48 Cornelia Huck
  2026-04-23  9:48 ` [PULL 01/11] target/s390x/kvm: Simplify the async pfault handling code Cornelia Huck
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Cornelia Huck @ 2026-04-23  9:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, Cornelia Huck

The following changes since commit 98b060da3a4f92b2a994ead5b16a87e783baf77c:

  Update version for v11.0.0 release (2026-04-21 16:28:47 +0100)

are available in the Git repository at:

  https://gitlab.com/cohuck/qemu tags/s390x-20260423

for you to fetch changes up to 83f5164d25634f9104b5fb4a6772766ae646ad59:

  hw/s390x/ccw: Disable legacy virtio-pci by default (v11.1+) (2026-04-22 11:28:03 +0200)

----------------------------------------------------------------
First batch of updates for 11.1:
- compat machines for 11.1
- s390x: simplifications, cleanups, and a new test

----------------------------------------------------------------

Cornelia Huck (1):
  hw: add compat machines for 11.1

Eric Farman (1):
  MAINTAINERS: Update s390 trees

Jaehoon Kim (1):
  hw/s390x/ccw: Disable legacy virtio-pci by default (v11.1+)

Philippe Mathieu-Daudé (6):
  target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (cpu)
  target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (mmu)
  target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (tcg)
  target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (kvm)
  configs/targets: Restrict the legacy ldst_phys() API on s390x target
  target/s390x: Prefer MO_128 definition over magic value

Thomas Huth (2):
  target/s390x/kvm: Simplify the async pfault handling code
  tests/functional/s390x: Add test for booting from a disk with 4k
    sectors

 MAINTAINERS                            |   6 +-
 configs/targets/s390x-softmmu.mak      |   1 +
 hw/arm/virt.c                          |   9 +-
 hw/core/machine.c                      |   3 +
 hw/i386/pc.c                           |   3 +
 hw/i386/pc_piix.c                      |  13 ++-
 hw/i386/pc_q35.c                       |  13 ++-
 hw/m68k/virt.c                         |   9 +-
 hw/ppc/spapr.c                         |  15 ++-
 hw/s390x/s390-virtio-ccw.c             |  40 ++++++-
 include/hw/core/boards.h               |   3 +
 include/hw/i386/pc.h                   |   3 +
 target/s390x/cpu-system.c              |   2 +-
 target/s390x/kvm/kvm.c                 |  64 ++++--------
 target/s390x/mmu_helper.c              |   5 +-
 target/s390x/tcg/excp_helper.c         |  21 ++--
 target/s390x/tcg/mem_helper.c          |  12 ++-
 target/s390x/tcg/translate_vx.c.inc    |   2 +-
 tests/functional/s390x/meson.build     |   1 +
 tests/functional/s390x/test_boot_4k.py | 138 +++++++++++++++++++++++++
 20 files changed, 287 insertions(+), 76 deletions(-)
 create mode 100755 tests/functional/s390x/test_boot_4k.py

-- 
2.53.0



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

end of thread, other threads:[~2026-04-24  7:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23  9:48 [PULL 00/11] 11.1 compat machines and s390x updates Cornelia Huck
2026-04-23  9:48 ` [PULL 01/11] target/s390x/kvm: Simplify the async pfault handling code Cornelia Huck
2026-04-23  9:48 ` [PULL 02/11] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (cpu) Cornelia Huck
2026-04-23  9:48 ` [PULL 03/11] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (mmu) Cornelia Huck
2026-04-23  9:48 ` [PULL 04/11] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (tcg) Cornelia Huck
2026-04-23  9:48 ` [PULL 05/11] target/s390x: Replace legacy ld/st_phys -> address_space_ld/st (kvm) Cornelia Huck
2026-04-23  9:48 ` [PULL 06/11] configs/targets: Restrict the legacy ldst_phys() API on s390x target Cornelia Huck
2026-04-23  9:48 ` [PULL 07/11] tests/functional/s390x: Add test for booting from a disk with 4k sectors Cornelia Huck
2026-04-23  9:48 ` [PULL 08/11] hw: add compat machines for 11.1 Cornelia Huck
2026-04-23  9:48 ` [PULL 09/11] target/s390x: Prefer MO_128 definition over magic value Cornelia Huck
2026-04-23  9:48 ` [PULL 10/11] MAINTAINERS: Update s390 trees Cornelia Huck
2026-04-23  9:48 ` [PULL 11/11] hw/s390x/ccw: Disable legacy virtio-pci by default (v11.1+) Cornelia Huck
2026-04-23 23:20 ` [PULL 00/11] 11.1 compat machines and s390x updates Stefan Hajnoczi
2026-04-24  0:44   ` Matthew Rosato
2026-04-24  7:47     ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.