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

This is the corresponding QEMU code for the kernel series posted here:

https://lore.kernel.org/kvm/20201117032139.50988-1-farman@linux.ibm.com/

Long story short, when a device disappears because of a subchannel
event, userspace can receive a notification that the device should
be released as it is no longer usable. This implements that for the
vfio-ccw interface.

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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  3:26 [RFC PATCH 0/2] vfio-ccw: Implement request notifier Eric Farman
2020-11-17  3:26 ` [RFC PATCH 1/2] Update linux headers Eric Farman
2020-11-17  3:26 ` [RFC PATCH 2/2] vfio-ccw: Connect the device request notifier Eric Farman
2020-11-19 11:58   ` Cornelia Huck
2020-11-20  2:51   ` Halil Pasic
2020-11-20 11:38     ` Availability of physical devices and migration (was: Re: [RFC PATCH 2/2] vfio-ccw: Connect the device request notifier) Cornelia Huck
2020-11-20 12:29       ` Halil Pasic

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.