summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-11/+11
2015-11-10vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMsAlex Williamson1-5/+31
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-5/+6
2015-10-05vfio: Allow hotplug of containers onto existing guest IOMMU mappingsDavid Gibson1-14/+9
2015-10-05vfio: Record host IOMMU's available IO page sizesDavid Gibson1-0/+13
2015-10-05vfio: Check guest IOVA ranges against host IOMMU capabilitiesDavid Gibson1-3/+37
2015-10-05vfio: Generalize vfio_listener_region_add failure pathDavid Gibson1-11/+15
2015-10-05vfio: Remove unneeded union from VFIOContainerDavid Gibson1-33/+19
2015-10-05hw/vfio/platform: do not set resamplefd for edge-sensitive IRQSEric Auger1-15/+27
2015-10-05hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger1-15/+20
2015-10-05hw/vfio/platform: irqfd setup sequence updateEric Auger1-22/+29
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson1-8/+8
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson3-6/+59
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson3-19/+11
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson3-157/+170
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson2-177/+0
2015-09-23vfio/pci: Config mirror quirkAlex Williamson1-106/+124
2015-09-23vfio/pci: Config window quirksAlex Williamson1-88/+270
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson1-76/+101
2015-09-23vfio/pci: Cleanup Nvidia 0x3d0 quirkAlex Williamson1-65/+107
2015-09-23vfio/pci: Cleanup ATI 0x3c3 quirkAlex Williamson1-17/+9
2015-09-23vfio/pci: Foundation for new quirk structureAlex Williamson2-104/+157
2015-09-23vfio/pci: Cleanup ROM blacklist quirkAlex Williamson2-20/+25
2015-09-23vfio/pci: Split quirks to a separate fileAlex Williamson4-882/+908
2015-09-23vfio/pci: Extract PCI structures to a separate headerAlex Williamson2-143/+159
2015-09-23vfio: Change polarity of our no-mmap optionAlex Williamson3-3/+3
2015-09-23vfio/pci: Make interrupt bypass runtime configurableAlex Williamson1-7/+12
2015-09-23vfio/pci: Rename MSI/X functions for easier tracingAlex Williamson1-39/+34
2015-09-23vfio/pci: Rename INTx functions for easier tracingAlex Williamson1-24/+24
2015-09-23vfio/pci: Cleanup vfio_early_setup_msix() error pathAlex Williamson1-14/+13
2015-09-23vfio/pci: Cleanup RTL8168 quirk and tracingAlex Williamson1-51/+37
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11trivial: remove trailing newline from error_reportJohn Snow1-1/+1
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-07-22vfio/pci: Fix bootindexAlex Williamson1-1/+0
2015-07-22vfio/pci: Fix RTL8168 NIC quirksAlex Williamson1-7/+5
2015-07-06vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre1-0/+27
2015-07-06vfio: Unregister IOMMU notifiers when container is destroyedAlexey Kardashevskiy1-0/+8
2015-07-06hw/vfio/platform: add irqfd supportEric Auger1-0/+100
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger1-3/+3
2015-07-06vfio: cpu: Use "real" page size APIPeter Crosthwaite1-3/+4
2015-07-06vfio: fix return type of preadPaolo Bonzini1-1/+1
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae1-1/+1
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger1-2/+1
2015-06-09hw/vfio/platform: calxeda xgmac deviceEric Auger2-0/+56
2015-06-08hw/vfio/platform: add irq assignmentEric Auger1-1/+330
2015-06-08hw/vfio/platform: vfio-platform skeletonEric Auger2-0/+288
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-2/+5
2015-04-28vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUsAlex Williamson1-0/+162