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-far...@linux.ibm.com/ [2] https://lore.kernel.org/qemu-devel/20201117032605.56831-1-far...@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