summaryrefslogtreecommitdiffstats
path: root/hw/vfio/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater2018-07-111-1/+0Star
* hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* vfio/pci: Default display option to "off"Alex Williamson2018-06-051-1/+1
* vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson2018-06-051-0/+2
* vfio/quirks: ioeventfd quirk accelerationAlex Williamson2018-06-051-0/+2
* vfio/quirks: Add quirk reset callbackAlex Williamson2018-06-051-0/+2
* ui: introduce vfio_display_resetTina Zhang2018-04-271-0/+4
* ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy2018-03-131-0/+13
* vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy2018-03-131-0/+9
* vfio/display: core & wireupGerd Hoffmann2018-03-131-0/+10
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-1/+4
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+4
* | Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
|/
* vfio/pci: Add option to disable GeForce quirksAlex Williamson2018-02-061-0/+2
* vfio/pci: Allow relocating MSI-X MMIOAlex Williamson2018-02-061-1/+98
* vfio/pci: Emulate BARsAlex Williamson2018-02-061-0/+2
* vfio/pci: Add base BAR MemoryRegionAlex Williamson2018-02-061-25/+69
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-5/+5
* pci: Add interface names to hybrid PCI devicesEduardo Habkost2017-10-151-0/+5
* vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson2017-10-031-0/+5
* vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson2017-10-031-0/+8
* vfio/pci: Do not unwind on errorAlex Williamson2017-10-031-2/+2
* vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé2017-07-261-4/+7
* vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson2017-07-101-0/+12
* vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-101-2/+5
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-3/+3
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-3/+6
* pci: Fix the wrong assertion.Mao Zhongyi2017-07-031-1/+1
* vfio/pci: Fix incorrect error messageDong Jia Shi2017-05-031-2/+2
* vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson2017-02-221-10/+21
* vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson2017-02-221-1/+5
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-2/+6
* vfio: remove a duplicated word in commentsCao jin2017-01-241-2/+2
* vfio: Add support for mmapping sub-page MMIO BARsYongji Xie2016-10-311-0/+67
* vfio/pci: fix out-of-sync BAR information on resetIdo Yariv2016-10-311-0/+12
* vfio: fix duplicate function callCao jin2016-10-171-2/+6
* vfio/pci: Handle host oversightEric Auger2016-10-171-0/+11
* vfio/pci: Remove vfio_populate_device returned valueEric Auger2016-10-171-13/+10Star
* vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger2016-10-171-10/+10
* vfio/pci: Conversion to realizeEric Auger2016-10-171-38/+26Star
* vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-171-2/+1Star
* vfio: Pass an error object to vfio_get_groupEric Auger2016-10-171-2/+1Star
* vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger2016-10-171-2/+1Star
* vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger2016-10-171-28/+31
* vfio/pci: Pass an error object to vfio_intx_enableEric Auger2016-10-171-12/+29
* vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger2016-10-171-5/+8
* vfio/pci: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-14/+12Star
* vfio/pci: Pass an error object to vfio_populate_vgaEric Auger2016-10-171-7/+12
* vfio/pci: Use local error object in vfio_initfnEric Auger2016-10-171-30/+42