summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* 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
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-1/+1
* maint: remove unused include for dirent.hDaniel P. Berrange2015-09-111-1/+0
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* vfio/pci: Fix bootindexAlex Williamson2015-07-221-1/+0
* vfio/pci: Fix RTL8168 NIC quirksAlex Williamson2015-07-221-7/+5
* vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre2015-07-061-0/+27
* vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy2015-07-061-0/+8
* hw/vfio/platform: add irqfd supportEric Auger2015-07-061-0/+100
* kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-3/+3
* vfio: cpu: Use "real" page size APIPeter Crosthwaite2015-07-061-3/+4
* vfio: fix return type of preadPaolo Bonzini2015-07-061-1/+1
* vfio: fix build error on CentOS 5.7Leon Alrae2015-06-181-1/+1
* hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger2015-06-111-2/+1
* hw/vfio/platform: calxeda xgmac deviceEric Auger2015-06-092-0/+56
* hw/vfio/platform: add irq assignmentEric Auger2015-06-081-1/+330
* hw/vfio/platform: vfio-platform skeletonEric Auger2015-06-082-0/+288
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-2/+5
* vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson2015-04-281-0/+162
* vfio-pci: Fix error path signAlex Williamson2015-04-281-1/+1
* vfio-pci: Further fix BAR size overflowAlex Williamson2015-04-281-1/+1
* memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-261-6/+12
OpenPOWER on IntegriCloud