aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/igd.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-17vfio/igd: correctly calculate stolen memory size for gen 9 and laterCorvin Köhne1-4/+11
2024-09-17vfio/igd: don't set stolen memory size to zeroCorvin Köhne1-17/+18
2024-09-17vfio/igd: add ID's for ElkhartLake and TigerLakeCorvin Köhne1-0/+6
2024-09-17vfio/igd: add new bar0 quirk to emulate BDSM mirrorCorvin Köhne1-0/+98
2024-09-17vfio/igd: use new BDSM register location and size for gen 11 and laterCorvin Köhne1-7/+24
2024-09-17vfio/igd: support legacy mode for all known generationsCorvin Köhne1-1/+1
2024-09-17vfio/igd: return an invalid generation for unknown devicesCorvin Köhne1-1/+5
2024-05-22vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()Zhenzhong Duan1-15/+12
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan1-3/+2
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan1-2/+1
2024-05-22vfio/pci: Make vfio_populate_vga() return boolZhenzhong Duan1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-09-16hw/vfio: Fix typo in commentsCai Huoqing1-1/+1
2020-11-18docs: Fix some typos (found by codespell)Stefan Weil1-1/+1
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth1-0/+616