summaryrefslogtreecommitdiff
path: root/hw/vfio/pci.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27ui: introduce vfio_display_resetTina Zhang1-0/+4
2018-03-13ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy1-0/+13
2018-03-13vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy1-0/+9
2018-03-13vfio/display: core & wireupGerd Hoffmann1-0/+10
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova1-1/+1
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-06vfio/pci: Add option to disable GeForce quirksAlex Williamson1-0/+2
2018-02-06vfio/pci: Allow relocating MSI-X MMIOAlex Williamson1-1/+98
2018-02-06vfio/pci: Emulate BARsAlex Williamson1-0/+2
2018-02-06vfio/pci: Add base BAR MemoryRegionAlex Williamson1-25/+69
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-5/+5
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson1-0/+5
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson1-0/+8
2017-10-03vfio/pci: Do not unwind on errorAlex Williamson1-2/+2
2017-07-26vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé1-4/+7
2017-07-10vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson1-0/+12
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson1-2/+5
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-03vfio/pci: Fix incorrect error messageDong Jia Shi1-2/+2
2017-02-22vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson1-10/+21
2017-02-22vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson1-1/+5
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-2/+6
2017-01-24vfio: remove a duplicated word in commentsCao jin1-2/+2
2016-10-31vfio: Add support for mmapping sub-page MMIO BARsYongji Xie1-0/+67
2016-10-31vfio/pci: fix out-of-sync BAR information on resetIdo Yariv1-0/+12
2016-10-17vfio: fix duplicate function callCao jin1-2/+6
2016-10-17vfio/pci: Handle host oversightEric Auger1-0/+11
2016-10-17vfio/pci: Remove vfio_populate_device returned valueEric Auger1-13/+10
2016-10-17vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger1-10/+10
2016-10-17vfio/pci: Conversion to realizeEric Auger1-38/+26
2016-10-17vfio: Pass an error object to vfio_get_deviceEric Auger1-2/+1
2016-10-17vfio: Pass an error object to vfio_get_groupEric Auger1-2/+1
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger1-2/+1
2016-10-17vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger1-28/+31
2016-10-17vfio/pci: Pass an error object to vfio_intx_enableEric Auger1-12/+29
2016-10-17vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger1-5/+8
2016-10-17vfio/pci: Pass an error object to vfio_populate_deviceEric Auger1-14/+12
2016-10-17vfio/pci: Pass an error object to vfio_populate_vgaEric Auger1-7/+12
2016-10-17vfio/pci: Use local error object in vfio_initfnEric Auger1-30/+42
2016-09-15vfio/pci: Fix regression in MSI routing configurationDavid Gibson1-1/+3
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-6/+5
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson1-0/+1
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-2/+5
2016-06-30vfio/pci: Hide SR-IOV capabilityAlex Williamson1-10/+39