summaryrefslogtreecommitdiffstats
path: root/hw/vfio/pci-quirks.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-3/+2Star
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth2020-06-111-0/+1
* hw/vfio: Add VMD Passthrough QuirkJon Derrick2020-06-111-12/+72
* vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras2020-05-271-2/+2
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* hw/vfio: Move the IGD quirk code to a separate fileThomas Huth2020-02-061-611/+3Star
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+3
* hw/vfio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+4
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-261-0/+131
* pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy2019-02-221-2/+0Star
* vfio: Clean up error reporting after previous commitMarkus Armbruster2018-10-191-2/+2
* hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+5
* vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson2018-06-051-7/+46
* vfio/quirks: ioeventfd quirk accelerationAlex Williamson2018-06-051-2/+164
* vfio/quirks: Add quirk reset callbackAlex Williamson2018-06-051-0/+15
* vfio/quirks: Add common quirk alloc helperAlex Williamson2018-06-051-27/+21Star
* vfio/pci: Add option to disable GeForce quirksAlex Williamson2018-02-061-3/+6
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson2017-10-031-0/+110
* vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson2017-10-031-0/+4
* vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson2017-04-071-1/+1
* Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang2017-03-311-38/+27Star
* vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang2017-02-221-27/+38
* hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth2017-02-101-0/+1
* vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson2017-02-101-1/+4
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt2016-10-171-1/+1
* vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger2016-10-171-5/+5
* vfio/pci: Pass an error object to vfio_populate_vgaEric Auger2016-10-171-1/+3
* vfio/pci: Fix VGA quirksAlex Williamson2016-06-301-4/+4
* vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson2016-05-261-2/+2
* vfio/pci: Intel graphics legacy mode assignmentAlex Williamson2016-05-261-1/+642
* vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2016-03-111-19/+19
* vfio: Generalize region supportAlex Williamson2016-03-111-12/+12
* hw/vfio: Clean up includesPeter Maydell2016-01-291-0/+1
* vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson2016-01-191-3/+3
* vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-101-8/+8
* vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson2015-09-241-8/+8
* vfio/pci: Add emulated PCI IDsAlex Williamson2015-09-231-2/+0Star
* vfio/pci: Cache vendor and device IDAlex Williamson2015-09-231-14/+4Star
* vfio/pci: Move AMD device specific reset to quirksAlex Williamson2015-09-231-0/+168
* vfio/pci: Remove old config window and mirror quirksAlex Williamson2015-09-231-155/+0Star
* vfio/pci: Config mirror quirkAlex Williamson2015-09-231-106/+124
* vfio/pci: Config window quirksAlex Williamson2015-09-231-88/+270