summary refs log tree commit diff stats
path: root/hw/vfio/pci-quirks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
* spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-181-115/+0
* hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson2023-07-101-2/+8
* hw/vfio/pci-quirks: Support alternate offset for GPUDirect CliquesAlex Williamson2023-06-301-1/+40
* hw/vfio/pci-quirks: Resolve redundant property gettersBernhard Beschow2022-05-241-25/+9
* hw/vfio: Fix typo in commentsCai Huoqing2021-09-161-1/+1
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0
* hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé2021-03-161-7/+7
* vfio: add quirk device write methodPrasad J Pandit2021-02-081-0/+8
* qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-181-2/+2
* qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-3/+2
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1
* 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/+3
* 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/+0
* 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/+21
* 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-061-1/+1
* Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang2017-03-311-38/+27
* 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-101-19/+19