All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] s390x updates
@ 2026-06-05 14:56 Cornelia Huck
  2026-06-05 14:56 ` [PULL 1/7] hw/s390x: Fix memory leaks after removing elements with QTAILQ_REMOVE Cornelia Huck
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Cornelia Huck @ 2026-06-05 14:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-s390x, Cornelia Huck

The following changes since commit 29c042c6e9d4a09d4a0ac3fa54aeb7ee08ce0bdc:

  lcitool: remove Cirrus CI support (2026-06-03 12:45:38 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 23cec0b2cd2eed05fc67148fc971bdcd147d3e94:

  buildsys: Stop checking for ESA/390 host (2026-06-05 12:30:33 +0200)

----------------------------------------------------------------
s390x updates:
- several fixes, mostly pci related, also in the STSI implementation
- fix up some file patterns in MAINTAINERS
- stop looking for ESA/390 (pre-64 bit zArch) hosts

----------------------------------------------------------------
Alexandra Winter (1):
  target/s390x: Make container ids in SysIB_15x 1-based

Farhan Ali (1):
  s390x/pci: Fix interrupt forwarding disable for interpreted devices

Jaehoon Kim (1):
  hw/s390x/ccw: Mark virtio-pci disable-legacy property as optional

Philippe Mathieu-Daudé (3):
  MAINTAINERS: Fix s390x storage key/attribute device paths
  MAINTAINERS: Fix tcg/s390x/ path
  buildsys: Stop checking for ESA/390 host

Thomas Huth (1):
  hw/s390x: Fix memory leaks after removing elements with QTAILQ_REMOVE

 MAINTAINERS                      |  6 +++---
 block/file-posix.c               |  2 +-
 configure                        | 12 ++----------
 disas/disas-host.c               |  2 +-
 hw/s390x/s390-pci-bus.c          |  2 +-
 hw/s390x/s390-pci-vfio.c         |  1 +
 hw/s390x/s390-virtio-ccw.c       |  2 +-
 include/qemu/cacheflush.h        |  2 +-
 include/qemu/timer.h             |  2 +-
 target/s390x/kvm/stsi-topology.c | 10 +++++-----
 util/cacheflush.c                |  2 +-
 11 files changed, 18 insertions(+), 25 deletions(-)

-- 
2.54.0



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PULL 0/7] s390x updates
@ 2020-02-27 11:54 Cornelia Huck
  2020-02-28 10:27 ` Peter Maydell
  0 siblings, 1 reply; 11+ messages in thread
From: Cornelia Huck @ 2020-02-27 11:54 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-s390x, Cornelia Huck, qemu-devel

The following changes since commit db736e0437aa6fd7c1b7e4599c17f9619ab6b837:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2020-02-25 13:31:16 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20200227

for you to fetch changes up to b6c2dbd7214b0b2396e1dcf9668c8b48ab571115:

  s390x: Rename and use constants for short PSW address and mask (2020-02-27 11:10:29 +0100)

----------------------------------------------------------------
Includes a headers update against 5.6-current.
- add missing vcpu reset functionality
- rstfy some s390 documentation
- fixes and enhancements

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

Christian Borntraeger (1):
  s390/sclp: improve special wait psw logic

Cornelia Huck (3):
  linux-headers: update
  docs: rstfy s390 dasd ipl documentation
  docs: rstfy vfio-ap documentation

Janosch Frank (2):
  s390x: Add missing vcpu reset functions
  s390x: Rename and use constants for short PSW address and mask

Thomas Huth (1):
  target/s390x/translate: Fix RNSBG instruction

 MAINTAINERS                                   |   4 +-
 docs/devel/index.rst                          |   1 +
 .../{s390-dasd-ipl.txt => s390-dasd-ipl.rst}  | 119 +--
 docs/system/index.rst                         |   1 +
 docs/{vfio-ap.txt => system/vfio-ap.rst}      | 796 +++++++++---------
 hw/s390x/ipl.c                                |   2 +-
 include/standard-headers/drm/drm_fourcc.h     |  24 +
 include/standard-headers/linux/ethtool.h      |  11 +
 include/standard-headers/linux/input.h        |   1 +
 include/standard-headers/linux/pci_regs.h     |   1 +
 linux-headers/asm-arm/unistd-common.h         |   2 +
 linux-headers/asm-arm64/kvm.h                 |  12 +-
 linux-headers/asm-arm64/unistd.h              |   1 +
 linux-headers/asm-generic/mman-common.h       |   2 +
 linux-headers/asm-generic/unistd.h            |   7 +-
 linux-headers/asm-mips/unistd_n32.h           |   2 +
 linux-headers/asm-mips/unistd_n64.h           |   2 +
 linux-headers/asm-mips/unistd_o32.h           |   2 +
 linux-headers/asm-powerpc/unistd_32.h         |   2 +
 linux-headers/asm-powerpc/unistd_64.h         |   2 +
 linux-headers/asm-s390/unistd_32.h            |   2 +
 linux-headers/asm-s390/unistd_64.h            |   2 +
 linux-headers/asm-x86/unistd_32.h             |   2 +
 linux-headers/asm-x86/unistd_64.h             |   2 +
 linux-headers/asm-x86/unistd_x32.h            |   2 +
 linux-headers/linux/kvm.h                     |   5 +
 target/s390x/cpu.c                            |  18 +-
 target/s390x/cpu.h                            |   3 +-
 target/s390x/helper.c                         |   2 +-
 target/s390x/kvm-stub.c                       |  10 +-
 target/s390x/kvm.c                            |  42 +-
 target/s390x/kvm_s390x.h                      |   4 +-
 target/s390x/translate.c                      |   2 +-
 33 files changed, 632 insertions(+), 458 deletions(-)
 rename docs/devel/{s390-dasd-ipl.txt => s390-dasd-ipl.rst} (51%)
 rename docs/{vfio-ap.txt => system/vfio-ap.rst} (55%)


base-commit: db736e0437aa6fd7c1b7e4599c17f9619ab6b837
-- 
2.21.1



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

end of thread, other threads:[~2026-06-06 22:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05 14:56 [PULL 0/7] s390x updates Cornelia Huck
2026-06-05 14:56 ` [PULL 1/7] hw/s390x: Fix memory leaks after removing elements with QTAILQ_REMOVE Cornelia Huck
2026-06-05 14:56 ` [PULL 2/7] target/s390x: Make container ids in SysIB_15x 1-based Cornelia Huck
2026-06-05 14:56 ` [PULL 3/7] hw/s390x/ccw: Mark virtio-pci disable-legacy property as optional Cornelia Huck
2026-06-05 14:56 ` [PULL 4/7] s390x/pci: Fix interrupt forwarding disable for interpreted devices Cornelia Huck
2026-06-05 14:56 ` [PULL 5/7] MAINTAINERS: Fix s390x storage key/attribute device paths Cornelia Huck
2026-06-05 14:56 ` [PULL 6/7] MAINTAINERS: Fix tcg/s390x/ path Cornelia Huck
2026-06-05 14:56 ` [PULL 7/7] buildsys: Stop checking for ESA/390 host Cornelia Huck
2026-06-06 22:10 ` [PULL 0/7] s390x updates Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2020-02-27 11:54 Cornelia Huck
2020-02-28 10:27 ` Peter Maydell

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.