[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 0/2] vfio-ccw: Implement request notifier
From: |
Eric Farman |
Subject: |
[RFC PATCH 0/2] vfio-ccw: Implement request notifier |
Date: |
Tue, 17 Nov 2020 04:26:03 +0100 |
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