On Tue, 2026-06-30 at 10:19 -0400, [email protected] wrote: > From: Zhuoying Cai <[email protected]> > > The initial support for virtio-blk-pci IPL devices used a single virt-queue, > but > other device types require multiple queues, and for PCI device types this also > requires a per-queue notification offset. > > Add a PCI notify field to the VRing struct so that each queue has a unique > notify offset as defined in the virtio spec. > > Signed-off-by: Zhuoying Cai <[email protected]> > Signed-off-by: Jared Rossi <[email protected]> > --- > pc-bios/s390-ccw/virtio-pci.c | 38 +++++++++++++++++++++-------------- > pc-bios/s390-ccw/virtio-pci.h | 2 +- > pc-bios/s390-ccw/virtio.c | 2 +- > pc-bios/s390-ccw/virtio.h | 1 + > 4 files changed, 26 insertions(+), 17 deletions(-)
Thank you for pulling out the bugfix from this patch. This still looks good. Reviewed-by: Eric Farman <[email protected]>
