All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/15] s390x queue
@ 2026-08-12 17:16 Eric Farman
  2026-08-12 17:16 ` [PULL 01/15] target/s390x: Make PRNO TRNG interruptible Eric Farman
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Eric Farman @ 2026-08-12 17:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, Matthew Rosato, Cornelia Huck, Eric Farman

The following changes since commit 3e3ccab106f879b1512f8e0d51a827dd4de30e22:

  Update version for v11.1.0-rc3 release (2026-08-04 15:36:08 -0400)

are available in the Git repository at:

  https://gitlab.com/efarman/qemu.git tags/s390x-20260812

for you to fetch changes up to 9b3d68edb24d4e04f49822c6e11641e4eb23dfd5:

  pc-bios/s390-ccw.img: update s390x bios (2026-08-12 11:13:28 -0400)

----------------------------------------------------------------
First batch of s390x updates for 11.2:
 - compat machines for 11.2
 - allow guest backing with 2G hugepages
 - fixes to TCG (and a couple tests on them)
 - hardening fixes in boot/sclp code
 - regenerate s390-ccw.img

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

Christian Borntraeger (1):
  hw/char/sclpconsole-lm: avoid guest triggerable assert

Claudio Imbrenda (1):
  target/s390x: Allow 2G hugepages guest backing

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

Eric Farman (1):
  pc-bios/s390-ccw.img: update s390x bios

Ilya Leoshkevich (6):
  target/s390x: Make PRNO TRNG interruptible
  tests/tcg/s390x: Test PRNO TRNG interruptibility
  target/s390x: Fix DR/D INT64_MIN / -1 host crash
  tests/tcg/s390x: Test DR overflow (INT64_MIN / -1)
  target/s390x/tcg: Set STCK/STCKF condition code after the store
  tests/tcg/s390x: Test STCKF condition code on a faulting store

Jared Rossi (1):
  pc-bios/s390-ccw: Fix off-by-one errors with loadparm and boot entries

Joshua Daley (4):
  s390x/ipl: validate num_comp against iplb length before iterating
  pc-bios/s390-ccw: fix out-of-bounds read in iso_get_file_size()
  pc-bios/s390-ccw: bounds-check zipl menu entry index before array
    write
  pc-bios/s390-ccw: bound zipl menu strlen and replace VLA in
    zipl_print_entry

 hw/arm/virt.c                    |   9 ++++-
 hw/char/sclpconsole-lm.c         |   3 +-
 hw/core/machine.c                |   3 ++
 hw/i386/pc.c                     |   3 ++
 hw/i386/pc_piix.c                |  13 +++++-
 hw/i386/pc_q35.c                 |  13 +++++-
 hw/loongarch/virt.c              |  11 ++++-
 hw/m68k/virt.c                   |   9 ++++-
 hw/ppc/spapr.c                   |  15 ++++++-
 hw/s390x/ipl.h                   |   6 +++
 hw/s390x/s390-virtio-ccw.c       |  14 ++++++-
 include/hw/core/boards.h         |   3 ++
 include/hw/i386/pc.h             |   3 ++
 include/hw/s390x/ipl/qipl.h      |   2 +
 pc-bios/s390-ccw.img             | Bin 104136 -> 104216 bytes
 pc-bios/s390-ccw/bootmap.c       |   6 ++-
 pc-bios/s390-ccw/helper.h        |  10 +++++
 pc-bios/s390-ccw/menu.c          |  42 +++++++++++++++----
 pc-bios/s390-ccw/netmain.c       |  11 +++--
 pc-bios/s390-ccw/s390-ccw.h      |   4 +-
 target/s390x/diag.c              |   2 +-
 target/s390x/kvm/kvm.c           |  36 ++++++++---------
 target/s390x/kvm/kvm_s390x.h     |   2 +-
 target/s390x/kvm/stubs.c         |   2 +-
 target/s390x/tcg/crypto_helper.c |  22 +++++++---
 target/s390x/tcg/insn-data.h.inc |   4 +-
 target/s390x/tcg/int_helper.c    |   3 +-
 target/s390x/tcg/translate.c     |   2 +
 tests/tcg/s390x/Makefile.target  |   2 +
 tests/tcg/s390x/div.c            |  37 +++++++++++++++++
 tests/tcg/s390x/prno-trng.c      |  67 +++++++++++++++++++++++++++++++
 tests/tcg/s390x/stckf.c          |  44 ++++++++++++++++++++
 32 files changed, 344 insertions(+), 59 deletions(-)
 create mode 100644 tests/tcg/s390x/prno-trng.c
 create mode 100644 tests/tcg/s390x/stckf.c

-- 
2.55.0



^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PULL 00/15] s390x updates (contains Linux headers update)
@ 2026-07-07 12:58 Cornelia Huck
  2026-07-07 12:58 ` [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios Cornelia Huck
  0 siblings, 1 reply; 20+ messages in thread
From: Cornelia Huck @ 2026-07-07 12:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, Cornelia Huck

The following changes since commit 4ee536fac748b70e6f3d8568ddd20cfbaa9cf7bf:

  Merge tag 'firmware-20260704-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-07-05 08:42:47 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f4b7ae0a9ee41baad3b6c1e2b55611793de013cc:

  pc-bios/s390-ccw.img: update s390x bios (2026-07-07 06:05:41 -0400)

----------------------------------------------------------------
s390x updates:
- fix some errors when IPLing from PCI devices
- a number of fixes for guest->host error handling
- add ASTFLE facility 2 support (with headers update)
- regenerate s390-ccw.img

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

Christian Borntraeger (1):
  s390x/sclp: reject invalid write event data headers

Christoph Schlameuss (2):
  linux-headers: Update to Linux v7.2-rc1 with
    KVM_S390_VM_CPU_FEAT_ASTFLEIE2
  s390x/kvm: Add ASTFLE facility 2 for nested virtualization

Cornelia Huck (1):
  pc-bios/s390-ccw.img: update s390x bios

Eric Farman (1):
  s390x/css: limit number of CHPIDs in description

Harald Freudenberger (1):
  target/s390x: Fix wrong address handling in address loops

Jared Rossi (3):
  pc-bios/s390-ccw/virtio.c: Fix missing break for PCI notifications
  pc-bios/s390-ccw: Verify virtio support when booting from virtio PCI
    device on s390x
  pc-bios/s390-ccw: write IPLB location for non-net virtio devices

Matthew Rosato (3):
  s390x/pci: Tighten region detection for BAR read/write
  s390x/pci: Shrink RPCIT ranges to registered window
  s390x/ioinst: Require strict length and format for SEI CHSC handler

Zhuoying Cai (3):
  pc-bios/s390-ccw: Refactor byte swapping
  pc-bios/s390-ccw: Add per-queue notification offset for multi-queue
    virtio configurations
  s390x: Enable boot menu for virtio pci device

 hw/s390x/css.c                                |  17 ++++
 hw/s390x/event-facility.c                     |   6 ++
 hw/s390x/ipl.c                                |   1 +
 hw/s390x/s390-pci-inst.c                      |  32 ++++++-
 hw/s390x/sclp.c                               |   2 +
 include/hw/s390x/sclp.h                       |   4 +-
 include/standard-headers/drm/drm_fourcc.h     |  54 +++++++-----
 include/standard-headers/linux/ethtool.h      |   3 +
 include/standard-headers/linux/pci_regs.h     |   2 +
 include/standard-headers/linux/virtio_can.h   |  78 ++++++++++++++++++
 .../standard-headers/linux/virtio_console.h   |   2 +-
 include/standard-headers/linux/virtio_gpu.h   |   9 ++
 linux-headers/asm-s390/kvm.h                  |   1 +
 linux-headers/asm-x86/kvm.h                   |   2 +
 linux-headers/linux/iommufd.h                 |  12 ++-
 linux-headers/linux/kvm.h                     |   1 +
 pc-bios/s390-ccw.img                          | Bin 95992 -> 104136 bytes
 pc-bios/s390-ccw/main.c                       |   5 +-
 pc-bios/s390-ccw/virtio-pci.c                 |  57 +++++++++----
 pc-bios/s390-ccw/virtio-pci.h                 |   5 +-
 pc-bios/s390-ccw/virtio.c                     |  29 ++++---
 pc-bios/s390-ccw/virtio.h                     |   2 +
 target/s390x/cpu_features.c                   |   3 +
 target/s390x/cpu_features.h                   |   1 +
 target/s390x/cpu_features_def.h.inc           |   3 +
 target/s390x/cpu_models.c                     |   2 +
 target/s390x/gen-features.c                   |   1 +
 target/s390x/ioinst.c                         |  20 +++++
 target/s390x/kvm/kvm.c                        |   1 +
 target/s390x/tcg/crypto_helper.c              |  12 +--
 30 files changed, 299 insertions(+), 68 deletions(-)
 create mode 100644 include/standard-headers/linux/virtio_can.h

-- 
2.54.0



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

end of thread, other threads:[~2026-08-14 16:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 17:16 [PULL 00/15] s390x queue Eric Farman
2026-08-12 17:16 ` [PULL 01/15] target/s390x: Make PRNO TRNG interruptible Eric Farman
2026-08-12 17:16 ` [PULL 02/15] tests/tcg/s390x: Test PRNO TRNG interruptibility Eric Farman
2026-08-12 17:16 ` [PULL 03/15] target/s390x: Fix DR/D INT64_MIN / -1 host crash Eric Farman
2026-08-12 17:16 ` [PULL 04/15] tests/tcg/s390x: Test DR overflow (INT64_MIN / -1) Eric Farman
2026-08-12 17:16 ` [PULL 05/15] hw/char/sclpconsole-lm: avoid guest triggerable assert Eric Farman
2026-08-12 17:16 ` [PULL 06/15] s390x/ipl: validate num_comp against iplb length before iterating Eric Farman
2026-08-12 17:16 ` [PULL 07/15] pc-bios/s390-ccw: fix out-of-bounds read in iso_get_file_size() Eric Farman
2026-08-12 17:17 ` [PULL 08/15] pc-bios/s390-ccw: bounds-check zipl menu entry index before array write Eric Farman
2026-08-12 17:17 ` [PULL 09/15] pc-bios/s390-ccw: bound zipl menu strlen and replace VLA in zipl_print_entry Eric Farman
2026-08-12 17:17 ` [PULL 10/15] pc-bios/s390-ccw: Fix off-by-one errors with loadparm and boot entries Eric Farman
2026-08-12 17:17 ` [PULL 11/15] target/s390x/tcg: Set STCK/STCKF condition code after the store Eric Farman
2026-08-12 17:17 ` [PULL 12/15] tests/tcg/s390x: Test STCKF condition code on a faulting store Eric Farman
2026-08-12 17:17 ` [PULL 13/15] target/s390x: Allow 2G hugepages guest backing Eric Farman
2026-08-12 17:17 ` [PULL 14/15] hw: add compat machines for 11.2 Eric Farman
2026-08-12 17:17 ` [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios Eric Farman
2026-08-13 20:38   ` Michael Tokarev
2026-08-14 16:07     ` Eric Farman
2026-08-13 14:06 ` [PULL 00/15] s390x queue Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2026-07-07 12:58 [PULL 00/15] s390x updates (contains Linux headers update) Cornelia Huck
2026-07-07 12:58 ` [PULL 15/15] pc-bios/s390-ccw.img: update s390x bios 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.