On Mon, 2024-03-04 at 14:46 -0500, Jonah Palmer wrote: > > Add support to virtio-ccw devices for handling the extra data sent > > from > > the driver to the device when the VIRTIO_F_NOTIFICATION_DATA > > transport > > feature has been negotiated. > > > > The extra data that's passed to the virtio-ccw device when this > > feature > > is enabled varies depending on the device's virtqueue layout. > > > > That data passed to the virtio-ccw device is in the same format as > > the > > data passed to virtio-pci devices. > > > > Acked-by: Thomas Huth <th...@redhat.com> > > Signed-off-by: Jonah Palmer <jonah.pal...@oracle.com> > > --- > > hw/s390x/s390-virtio-ccw.c | 16 ++++++++++++---- > > 1 file changed, 12 insertions(+), 4 deletions(-)
Acked-by: Eric Farman <far...@linux.ibm.com> (I see a v2 is coming for the ioeventfd side, but I was going through this series today and thought that would affect the next patch rather than this one.)