index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
igd.c
Age
Commit message (
Expand
)
Author
4 days
vfio/igd: fix calculation of graphics stolen memory
Corvin Köhne
4 days
vfio/igd: add pci id for Coffee Lake
Corvin Köhne
2024-09-17
vfio/igd: correctly calculate stolen memory size for gen 9 and later
Corvin Köhne
2024-09-17
vfio/igd: don't set stolen memory size to zero
Corvin Köhne
2024-09-17
vfio/igd: add ID's for ElkhartLake and TigerLake
Corvin Köhne
2024-09-17
vfio/igd: add new bar0 quirk to emulate BDSM mirror
Corvin Köhne
2024-09-17
vfio/igd: use new BDSM register location and size for gen 11 and later
Corvin Köhne
2024-09-17
vfio/igd: support legacy mode for all known generations
Corvin Köhne
2024-09-17
vfio/igd: return an invalid generation for unknown devices
Corvin Köhne
2024-05-22
vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()
Zhenzhong Duan
2024-05-22
vfio: Use g_autofree in all call site of vfio_get_region_info()
Zhenzhong Duan
2024-05-22
vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
Zhenzhong Duan
2024-05-22
vfio/pci: Make vfio_populate_vga() return bool
Zhenzhong Duan
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-09-16
hw/vfio: Fix typo in comments
Cai Huoqing
2020-11-18
docs: Fix some typos (found by codespell)
Stefan Weil
2020-02-06
hw/vfio: Move the IGD quirk code to a separate file
Thomas Huth