[PATCH v2 0/2] vfio-ccw: Implement request notifier

Eric Farman posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201120181526.96446-1-farman@linux.ibm.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, Eric Farman <farman@linux.ibm.com>
There is a newer version of this series
hw/vfio/ccw.c              | 40 ++++++++++++++++++++++++++++++++++----
linux-headers/linux/vfio.h |  1 +
2 files changed, 37 insertions(+), 4 deletions(-)
[PATCH v2 0/2] vfio-ccw: Implement request notifier
Posted by Eric Farman 3 years, 5 months ago
Updated QEMU code for the request notifier, to match version 2
of the kernel code [1]. No changes since the v1/RFC [2],
other than including Conny's r-b on patch 2 (Thank you!).

This registers the QEMU vfio-ccw code's ability to respond to
a request from the kernel to release the device, because of a
(probably fatal) device error that has removed it from the host
configuration, and thus its ability to be used by the guest.

[1] https://lore.kernel.org/kvm/20201120180740.87837-1-farman@linux.ibm.com/
[2] https://lore.kernel.org/qemu-devel/20201117032605.56831-1-farman@linux.ibm.com/

Eric Farman (2):
  Update linux headers
  vfio-ccw: Connect the device request notifier

 hw/vfio/ccw.c              | 40 ++++++++++++++++++++++++++++++++++----
 linux-headers/linux/vfio.h |  1 +
 2 files changed, 37 insertions(+), 4 deletions(-)

-- 
2.17.1