Displaying 3 results from an estimated 3 matches for "vfio_platform_common".
2016 Apr 18
0
[PATCH RFC 2/3] vfio: report group noiommu status
When using vfio, callers might want to know whether device is added to a
regular group or an non-iommu group.
Report this status from vfio_add_group_dev.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/vfio/pci/vfio_pci.c | 2 +-
drivers/vfio/platform/vfio_platform_common.c | 2 +-
drivers/vfio/vfio.c | 5 ++++-
Documentation/vfio.txt | 4 +++-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/drivers/vfio/pci/vfio_pci.c b/drivers/vfio/pci/vfio_pci.c
index 712a849..d622a41 100644
--- a/drivers/vfio/pci/vfio...
2016 Apr 18
5
[PATCH RFC 0/3] virtio-pci: iommu support
...s
vfio: add virtio pci quirk
drivers/vfio/pci/vfio_pci_private.h | 1 +
include/uapi/linux/virtio_config.h | 10 +-
drivers/vfio/pci/vfio_pci.c | 13 ++-
drivers/vfio/pci/vfio_pci_virtio.c | 142 +++++++++++++++++++++++++++
drivers/vfio/platform/vfio_platform_common.c | 2 +-
drivers/vfio/vfio.c | 5 +-
drivers/virtio/virtio_ring.c | 18 +++-
Documentation/vfio.txt | 4 +-
drivers/vfio/pci/Makefile | 1 +
9 files changed, 190 insertions(+), 6 deletions(-)
create mode 10...
2016 Apr 18
5
[PATCH RFC 0/3] virtio-pci: iommu support
...s
vfio: add virtio pci quirk
drivers/vfio/pci/vfio_pci_private.h | 1 +
include/uapi/linux/virtio_config.h | 10 +-
drivers/vfio/pci/vfio_pci.c | 13 ++-
drivers/vfio/pci/vfio_pci_virtio.c | 142 +++++++++++++++++++++++++++
drivers/vfio/platform/vfio_platform_common.c | 2 +-
drivers/vfio/vfio.c | 5 +-
drivers/virtio/virtio_ring.c | 18 +++-
Documentation/vfio.txt | 4 +-
drivers/vfio/pci/Makefile | 1 +
9 files changed, 190 insertions(+), 6 deletions(-)
create mode 10...