aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci-quirks.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing1-1/+1
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2021-03-16hw/vfio/pci-quirks: Replace the word 'blacklist'Philippe Mathieu-Daudé1-7/+7
2021-02-08vfio: add quirk device write methodPrasad J Pandit1-0/+8
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-2/+2
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-3/+2
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-06-11hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth1-0/+1
2020-06-11hw/vfio: Add VMD Passthrough QuirkJon Derrick1-12/+72
2020-05-27vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras1-2/+2
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-3/+3
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth1-611/+3
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+3
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen1-2/+4
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-0/+131
2019-02-22pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy1-2/+0
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster1-2/+2
2018-07-02hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-4/+5
2018-06-05vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson1-7/+46
2018-06-05vfio/quirks: ioeventfd quirk accelerationAlex Williamson1-2/+164
2018-06-05vfio/quirks: Add quirk reset callbackAlex Williamson1-0/+15
2018-06-05vfio/quirks: Add common quirk alloc helperAlex Williamson1-27/+21
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson1-3/+6
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson1-0/+110
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson1-0/+4
2017-04-06vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson1-1/+1
2017-03-31Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang1-38/+27
2017-02-22vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang1-27/+38
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth1-0/+1
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson1-1/+4
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2016-10-17vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt1-1/+1
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger1-5/+5
2016-10-17vfio/pci: Pass an error object to vfio_populate_vgaEric Auger1-1/+3
2016-06-30vfio/pci: Fix VGA quirksAlex Williamson1-4/+4
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson1-2/+2
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson1-1/+642
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson1-19/+19
2016-03-10vfio: Generalize region supportAlex Williamson1-12/+12
2016-01-29hw/vfio: Clean up includesPeter Maydell1-0/+1
2016-01-19vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson1-3/+3
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-8/+8
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson1-8/+8