All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] s390x: Add support for virtio-scsi-pci boot device
@ 2026-05-04 22:16 jrossi
  2026-05-04 22:16 ` [PATCH 1/6] s390x: Rename SCSI IPL type to indicate CCW bus jrossi
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: jrossi @ 2026-05-04 22:16 UTC (permalink / raw)
  To: qemu-devel, qemu-s390x, cohuck; +Cc: jjherne, farman, mjrosato, jrossi, zycai

From: Jared Rossi <jrossi@linux.ibm.com>

Add support for booting from SCSI devices with a virtio-scsi-pci controller.

Some minor clean-up is done with naming in order to clarify if the function or
value used with CCW, PCI, or generic IPL.

Jared Rossi (6):
  s390x: Rename SCSI IPL type to indicate CCW bus
  pc-bios/s390-ccw: Add per-queue notification offset for multi-queue
    virtio configurations
  pc-bios/s390-ccw: Rename Virtio CCW run function for generic use
  s390x: Introduce PCI SCSI IPLB and boot type
  S390x: Enable IPL from Virtio PCI SCSI devices
  tests/qtest: Add s390x PCI SCSI fallback test to cdrom-test.c

 hw/s390x/ipl.c                   | 50 ++++++++++++++++++++----
 hw/s390x/ipl.h                   |  2 +-
 include/hw/s390x/ipl/qipl.h      | 23 +++++++++--
 pc-bios/s390-ccw/jump2ipl.c      |  4 +-
 pc-bios/s390-ccw/main.c          | 27 ++++++++-----
 pc-bios/s390-ccw/virtio-blkdev.c |  2 +-
 pc-bios/s390-ccw/virtio-ccw.c    | 17 ---------
 pc-bios/s390-ccw/virtio-ccw.h    |  1 -
 pc-bios/s390-ccw/virtio-pci.c    | 65 +++++++++++++++++++++++++-------
 pc-bios/s390-ccw/virtio-pci.h    |  3 +-
 pc-bios/s390-ccw/virtio-scsi.c   | 14 ++++++-
 pc-bios/s390-ccw/virtio.c        | 40 ++++++++++++++++----
 pc-bios/s390-ccw/virtio.h        |  1 +
 target/s390x/diag.c              |  3 +-
 tests/qtest/cdrom-test.c         |  8 ++++
 15 files changed, 194 insertions(+), 66 deletions(-)

-- 
2.52.0




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

end of thread, other threads:[~2026-05-12 16:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 22:16 [PATCH 0/6] s390x: Add support for virtio-scsi-pci boot device jrossi
2026-05-04 22:16 ` [PATCH 1/6] s390x: Rename SCSI IPL type to indicate CCW bus jrossi
2026-05-08 16:53   ` Eric Farman
2026-05-04 22:16 ` [PATCH 2/5] pc-bios/s390-ccw: Add per-queue notification offset for multi-queue virtio configurations jrossi
2026-05-06 18:20   ` Zhuoying Cai
2026-05-07 13:26     ` Jared Rossi
2026-05-08 17:23   ` Eric Farman
2026-05-12 16:21     ` Jared Rossi
2026-05-04 22:16 ` [PATCH 3/6] pc-bios/s390-ccw: Rename Virtio CCW run function for generic use jrossi
2026-05-08 17:26   ` Eric Farman
2026-05-04 22:16 ` [PATCH 4/6] s390x: Introduce PCI SCSI IPLB and boot type jrossi
2026-05-09  1:16   ` Eric Farman
2026-05-12 16:13     ` Jared Rossi
2026-05-04 22:16 ` [PATCH 5/6] s390x: Enable IPL from Virtio PCI SCSI devices jrossi
2026-05-04 22:16 ` [PATCH 6/6] tests/qtest: Add s390x PCI SCSI fallback test to cdrom-test.c jrossi

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.