qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Farman
Subject: [PATCH v2 0/2] vfio-ccw: Implement request notifier
Date: Fri, 20 Nov 2020 19:15:24 +0100

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] 
20201117032605.56831-1-farman@linux.ibm.com/">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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]