[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCHv2 0/7] VFIO extensions to allow VFIO devices on spapr-
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PATCHv2 0/7] VFIO extensions to allow VFIO devices on spapr-pci-host-bridge |
Date: |
Fri, 25 Sep 2015 21:35:01 +1000 |
Hi Alex,
Here are the parts of my recent series to allow VFIO devices on the
spapr-pci-host-bridge device which affect the core VFIO code. They've
been revised according to the comments from yourself and others.
There's also one patch for the memory subsystem. Paolo can you let me
know if this needs to be sent separately.
Note that while these are motivated by the needs of the sPAPR code,
they changes should all be generally correct, and will allow safer and
more flexible use of VFIO devices in other potential situations as
well.
Please apply.
Changes since v1:
* Assorted minor cleanups based on comments.
David Gibson (7):
vfio: Remove unneeded union from VFIOContainer
vfio: Generalize vfio_listener_region_add failure path
vfio: Check guest IOVA ranges against host IOMMU capabilities
vfio: Record host IOMMU's available IO page sizes
memory: Allow replay of IOMMU mapping notifications
vfio: Allow hotplug of containers onto existing guest IOMMU mappings
vfio: Expose a VFIO PCI device's group for EEH
hw/vfio/common.c | 140 +++++++++++++++++++++++++-----------------
hw/vfio/pci.c | 14 +++++
include/exec/memory.h | 17 +++++
include/hw/vfio/vfio-common.h | 23 +++----
include/hw/vfio/vfio-pci.h | 11 ++++
memory.c | 23 +++++++
6 files changed, 160 insertions(+), 68 deletions(-)
create mode 100644 include/hw/vfio/vfio-pci.h
--
2.4.3
- [Qemu-ppc] [PATCHv2 0/7] VFIO extensions to allow VFIO devices on spapr-pci-host-bridge,
David Gibson <=
- [Qemu-ppc] [PATCHv2 4/7] vfio: Record host IOMMU's available IO page sizes, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 1/7] vfio: Remove unneeded union from VFIOContainer, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 5/7] memory: Allow replay of IOMMU mapping notifications, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 2/7] vfio: Generalize vfio_listener_region_add failure path, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 6/7] vfio: Allow hotplug of containers onto existing guest IOMMU mappings, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 3/7] vfio: Check guest IOVA ranges against host IOMMU capabilities, David Gibson, 2015/09/25
- [Qemu-ppc] [PATCHv2 7/7] vfio: Expose a VFIO PCI device's group for EEH, David Gibson, 2015/09/25
- Re: [Qemu-ppc] [PATCHv2 0/7] VFIO extensions to allow VFIO devices on spapr-pci-host-bridge, Laurent Vivier, 2015/09/25