aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2016-05-26vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy
2016-05-26vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson
2016-05-26vfio/pci: Setup BAR quirks after capabilities probingAlex Williamson
2016-05-26vfio/pci: Consolidate VGA setupAlex Williamson
2016-05-26vfio/pci: Fix return of vfio_populate_vga()Alex Williamson
2016-05-26vfio: Create device specific region info helperAlex Williamson
2016-05-26vfio: Enable sparse mmap capabilityAlex Williamson
2016-05-19explicitly include linux/kvm.hPaolo Bonzini
2016-03-29Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160328.0' i...Peter Maydell
2016-03-28vfio: convert to 128 bit arithmetic calculations when adding mem regionsBandan Das
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson
2016-03-16vfio: Start improving VFIO/EEH interfaceDavid Gibson
2016-03-10vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia
2016-03-10vfio/pci: Split out VGA setupAlex Williamson
2016-03-10vfio/pci: Fixup PCI option ROMsAlex Williamson
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson
2016-03-10vfio: Generalize region supportAlex Williamson
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson
2016-02-23all: Clean up includesPeter Maydell
2016-02-19vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger
2016-02-19vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang
2016-02-19vfio: make the 4 bytes aligned for capability sizeChen Fan
2016-01-29hw/vfio: Clean up includesPeter Maydell
2016-01-19vfio/pci: Lazy PBA emulationAlex Williamson
2016-01-19vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-10vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMsAlex Williamson
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-10-05vfio: Allow hotplug of containers onto existing guest IOMMU mappingsDavid Gibson
2015-10-05vfio: Record host IOMMU's available IO page sizesDavid Gibson
2015-10-05vfio: Check guest IOVA ranges against host IOMMU capabilitiesDavid Gibson
2015-10-05vfio: Generalize vfio_listener_region_add failure pathDavid Gibson
2015-10-05vfio: Remove unneeded union from VFIOContainerDavid Gibson
2015-10-05hw/vfio/platform: do not set resamplefd for edge-sensitive IRQSEric Auger
2015-10-05hw/vfio/platform: change interrupt/unmask fields into pointerEric Auger
2015-10-05hw/vfio/platform: irqfd setup sequence updateEric Auger
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson
2015-09-23vfio/pci: Remove old config window and mirror quirksAlex Williamson
2015-09-23vfio/pci: Config mirror quirkAlex Williamson
2015-09-23vfio/pci: Config window quirksAlex Williamson
2015-09-23vfio/pci: Rework RTL8168 quirkAlex Williamson