summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-3/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-051-2/+5
|\
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-2/+5
* | vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)Alexey Kardashevskiy2016-07-053-10/+143
* | vfio: Add host side DMA window capabilitiesAlexey Kardashevskiy2016-07-051-16/+44
* | vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)Alexey Kardashevskiy2016-07-054-9/+177
|/
* memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy2016-06-301-2/+3
* vfio/pci: Hide SR-IOV capabilityAlex Williamson2016-06-302-10/+40
* vfio: add pcie extended capability supportChen Fan2016-06-301-1/+71
* vfio/pci: Fix VGA quirksAlex Williamson2016-06-302-5/+4Star
* memory: Add reporting of supported page sizesAlexey Kardashevskiy2016-06-221-8/+1Star
* trace: split out trace events for hw/vfio/ directoryDaniel P. Berrange2016-06-201-0/+116
* vfio: Fix broken EEHGavin Shan2016-06-171-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-162-2/+0Star
* vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy2016-05-261-0/+6
* memory: Fix IOMMU replay base addressAlexey Kardashevskiy2016-05-261-6/+8
* vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy2016-05-261-6/+11
* vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson2016-05-263-2/+39
* vfio/pci: Intel graphics legacy mode assignmentAlex Williamson2016-05-263-1/+652
* vfio/pci: Setup BAR quirks after capabilities probingAlex Williamson2016-05-261-3/+5
* vfio/pci: Consolidate VGA setupAlex Williamson2016-05-261-23/+26
* vfio/pci: Fix return of vfio_populate_vga()Alex Williamson2016-05-261-29/+26Star
* vfio: Create device specific region info helperAlex Williamson2016-05-261-0/+36
* vfio: Enable sparse mmap capabilityAlex Williamson2016-05-261-4/+63
* explicitly include linux/kvm.hPaolo Bonzini2016-05-191-0/+3
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160328.0' i...Peter Maydell2016-03-291-8/+11
|\
| * vfio: convert to 128 bit arithmetic calculations when adding mem regionsBandan Das2016-03-281-8/+11
* | include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
|/
* vfio: Eliminate vfio_container_ioctl()David Gibson2016-03-151-45/+0Star
* vfio: Start improving VFIO/EEH interfaceDavid Gibson2016-03-151-0/+95
* vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia2016-03-111-2/+3
* vfio/pci: Split out VGA setupAlex Williamson2016-03-112-34/+50
* vfio/pci: Fixup PCI option ROMsAlex Williamson2016-03-111-0/+30
* vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2016-03-113-91/+71Star
* vfio: Generalize region supportAlex Williamson2016-03-114-178/+258
* vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2016-03-103-46/+66
* vfio: Add sysfsdev property for pci & platformAlex Williamson2016-03-102-100/+85Star
* all: Clean up includesPeter Maydell2016-02-231-0/+1
* vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2016-02-191-1/+1
* hw/vfio/platform: amd-xgbe deviceEric Auger2016-02-192-0/+56
* vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang2016-02-191-4/+4
* vfio: make the 4 bytes aligned for capability sizeChen Fan2016-02-191-1/+2
* hw/vfio: Clean up includesPeter Maydell2016-01-295-4/+5
* vfio/pci: Lazy PBA emulationAlex Williamson2016-01-192-0/+40
* vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson2016-01-191-3/+3
* vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-103-11/+11
* vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMsAlex Williamson2015-11-101-5/+31
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-5/+6
* vfio: Allow hotplug of containers onto existing guest IOMMU mappingsDavid Gibson2015-10-051-14/+9Star
* vfio: Record host IOMMU's available IO page sizesDavid Gibson2015-10-051-0/+13