All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vfio-ccw: Implement request notifier
@ 2020-11-20 18:15 Eric Farman
  2020-11-20 18:15 ` [PATCH v2 1/2] Update linux headers Eric Farman
  2020-11-20 18:15 ` [PATCH v2 2/2] vfio-ccw: Connect the device request notifier Eric Farman
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Farman @ 2020-11-20 18:15 UTC (permalink / raw)
  To: Cornelia Huck, Thomas Huth, Alex Williamson
  Cc: Eric Farman, qemu-s390x, qemu-devel, Matthew Rosato

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-20 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20 18:15 [PATCH v2 0/2] vfio-ccw: Implement request notifier Eric Farman
2020-11-20 18:15 ` [PATCH v2 1/2] Update linux headers Eric Farman
2020-11-20 18:15 ` [PATCH v2 2/2] vfio-ccw: Connect the device request notifier Eric Farman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.