summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* vfio: Eliminate vfio_container_ioctl()David Gibson2019-11-291-45/+0
* vfio: Start improving VFIO/EEH interfaceDavid Gibson2019-11-291-0/+95
* vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia2019-11-291-2/+3
* vfio/pci: Split out VGA setupAlex Williamson2019-11-292-34/+50
* vfio/pci: Fixup PCI option ROMsAlex Williamson2019-11-291-0/+30
* vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2019-11-293-91/+71
* vfio: Generalize region supportAlex Williamson2019-11-294-178/+258
* vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2019-11-293-46/+66
* vfio: Add sysfsdev property for pci & platformAlex Williamson2019-11-292-100/+85
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2019-11-291-1/+1
* hw/vfio/platform: amd-xgbe deviceEric Auger2019-11-292-0/+56
* vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang2019-11-291-4/+4
* vfio: make the 4 bytes aligned for capability sizeChen Fan2019-11-291-1/+2
* hw/vfio: Clean up includesPeter Maydell2019-11-295-4/+5
* vfio/pci: Lazy PBA emulationAlex Williamson2019-11-292-0/+40
* vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson2019-11-291-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/+9
* vfio: Record host IOMMU's available IO page sizesDavid Gibson2015-10-051-0/+13
* vfio: Check guest IOVA ranges against host IOMMU capabilitiesDavid Gibson2015-10-051-3/+37
* vfio: Generalize vfio_listener_region_add failure pathDavid Gibson2015-10-051-11/+15
* vfio: Remove unneeded union from VFIOContainerDavid Gibson2015-10-051-33/+19
* hw/vfio/platform: do not set resamplefd for edge-sensitive IRQSEric Auger2015-10-051-15/+27
* hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger2015-10-051-15/+20
* hw/vfio/platform: irqfd setup sequence updateEric Auger2015-10-051-22/+29
* vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson2015-09-231-8/+8
* vfio/pci: Add emulated PCI IDsAlex Williamson2015-09-233-6/+59
* vfio/pci: Cache vendor and device IDAlex Williamson2015-09-233-19/+11
* vfio/pci: Move AMD device specific reset to quirksAlex Williamson2015-09-233-157/+170
* vfio/pci: Remove old config window and mirror quirksAlex Williamson2015-09-232-177/+0
* vfio/pci: Config mirror quirkAlex Williamson2015-09-231-106/+124
* vfio/pci: Config window quirksAlex Williamson2015-09-231-88/+270
* vfio/pci: Rework RTL8168 quirkAlex Williamson2015-09-231-76/+101
* vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson2015-09-231-65/+107
* vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson2015-09-231-17/+9
* vfio/pci: Foundation for new quirk structureAlex Williamson2015-09-232-104/+157
* vfio/pci: Cleanup ROM blacklist quirkAlex Williamson2015-09-232-20/+25
* vfio/pci: Split quirks to a separate fileAlex Williamson2015-09-234-882/+908
* vfio/pci: Extract PCI structures to a separate headerAlex Williamson2015-09-232-143/+159
* vfio: Change polarity of our no-mmap optionAlex Williamson2015-09-233-3/+3
* vfio/pci: Make interrupt bypass runtime configurableAlex Williamson2015-09-231-7/+12
* vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson2015-09-231-39/+34
* vfio/pci: Rename INTx functions for easier tracingAlex Williamson2015-09-231-24/+24
* vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson2015-09-231-14/+13
* vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson2015-09-231-51/+37
* typofixes - v4Veres Lajos2015-09-111-1/+1
OpenPOWER on IntegriCloud