aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/pci-quirks.c
AgeCommit message (Expand)Author
2021-02-08vfio: add quirk device write methodPrasad J Pandit
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-11hw/vfio/pci-quirks: Fix broken legacy IGD passthroughThomas Huth
2020-06-11hw/vfio: Add VMD Passthrough QuirkJon Derrick
2020-05-27vfio/nvlink: Remove exec permission to avoid SELinux AVCsLeonardo Bras
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy
2019-02-22pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster
2018-07-02hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-05vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson
2018-06-05vfio/quirks: ioeventfd quirk accelerationAlex Williamson
2018-06-05vfio/quirks: Add quirk reset callbackAlex Williamson
2018-06-05vfio/quirks: Add common quirk alloc helperAlex Williamson
2018-02-06vfio/pci: Add option to disable GeForce quirksAlex Williamson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-03vfio/pci: Add NVIDIA GPUDirect Cliques supportAlex Williamson
2017-10-03vfio/pci: Add virtual capabilities quirk infrastructureAlex Williamson
2017-04-06vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson
2017-03-31Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang
2017-02-22vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson
2017-01-24hw: Fix typos found by codespellStefan Weil
2016-10-17vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger
2016-10-17vfio/pci: Pass an error object to vfio_populate_vgaEric Auger
2016-06-30vfio/pci: Fix VGA quirksAlex Williamson
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson
2016-03-10vfio: Generalize region supportAlex Williamson
2016-01-29hw/vfio: Clean up includesPeter Maydell
2016-01-19vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-23vfio/pci: Remove use of g_malloc0_n() from quirksAlex Williamson
2015-09-23vfio/pci: Add emulated PCI IDsAlex Williamson
2015-09-23vfio/pci: Cache vendor and device IDAlex Williamson
2015-09-23vfio/pci: Move AMD device specific reset to quirksAlex Williamson