summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+19Star
* 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-241-8/+8
* vfio/pci: Add emulated PCI IDsAlex Williamson2015-09-233-6/+59
* vfio/pci: Cache vendor and device IDAlex Williamson2015-09-233-19/+11Star
* 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/+0Star
* 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/+9Star
* 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/+34Star
* 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/+13Star
* vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson2015-09-231-51/+37Star
* typofixes - v4Veres Lajos2015-09-111-1/+1
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-1/+1