summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2018-03-08vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck1-2/+2
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova2-2/+2
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+4
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+4
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-8/+16
2018-02-07vfio: listener unregister before unset containerPeter Xu1-4/+12
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson3-3/+9
2018-02-06vfio/common: Remove redundant copy of local variableAlexey Kardashevskiy1-1/+0
2018-02-06hw/vfio/platform: Init the interrupt mutexEric Auger1-0/+2
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson3-1/+101
2018-02-06vfio/pci: Emulate BARsAlex Williamson1-0/+2
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson2-25/+72
2018-02-06vfio/pci: Fixup VFIOMSIXInfo commentAlex Williamson1-1/+1
2018-02-06vfio/spapr: Use iommu memory region's get_attr()Alexey Kardashevskiy2-0/+28
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2-4/+4
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin3-3/+9
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-1/+1
2017-12-13vfio-pci: Remove unused fields from VFIOMSIXInfoAlexey Kardashevskiy1-2/+0
2017-12-13vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1Alexey Kardashevskiy1-0/+5
2017-12-13vfio/common: init giommu_list and hostwin_list of vfio containerLiu, Yi L1-0/+2
2017-12-13vfio: Fix vfio-kvm group registrationAlex Williamson1-0/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-5/+5
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic1-7/+21
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-06s390x: sort some devices into categoriesCornelia Huck1-0/+1
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson3-0/+118
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson3-0/+13
2017-10-03vfio/pci: Do not unwind on errorAlex Williamson1-2/+2
2017-09-15vfio, spapr: Fix levels calculationAlexey Kardashevskiy1-1/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-22/+22
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-26vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé1-4/+7
2017-07-26vfio/platform: fix use of freed memoryPhilippe Mathieu-Daudé1-1/+1
2017-07-25vfio/ccw: fix initialization of the Object DeviceState pointer in the common ...Dong Jia Shi1-0/+1
2017-07-25vfio/ccw: allocate irq info with the right sizeJing Zhang1-1/+1
2017-07-17vfio-pci, ppc64/spapr: Reorder group-to-container attachingAlexey Kardashevskiy1-8/+11
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2-6/+9
2017-07-10vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson1-0/+12
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson3-4/+10
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-3/+3
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-3/+6
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi1-1/+1
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-25memory: remove the last param in memory_region_iommu_replay()Peter Xu1-1/+1
2017-05-19vfio/ccw: update sense data if a unit check is pendingDong Jia Shi1-0/+7
2017-05-19s390x/css: introduce and realize ccw-request callbackXiao Feng Ren1-0/+85
2017-05-19vfio/ccw: get irqs info and set the eventfd fdDong Jia Shi1-0/+101
2017-05-19vfio/ccw: get io region infoDong Jia Shi1-0/+54