]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/igd: Fix VGA regions are not exposed in legacy mode
authorTomita Moeko <tomitamoeko@gmail.com>
Wed, 23 Jul 2025 16:09:06 +0000 (00:09 +0800)
committerCédric Le Goater <clg@redhat.com>
Mon, 28 Jul 2025 15:52:34 +0000 (17:52 +0200)
commit0db7e4cb62026196f06755c77f943294d9879e5a
tree0c5d3f864c44d77730e7fb2f71d8f1517f46d1ab
parente0b33efe2acc3c6c651bb761394ef597e763e349
vfio/igd: Fix VGA regions are not exposed in legacy mode

In commit a59d06305fff ("vfio/pci: Introduce x-pci-class-code option"),
pci_register_vga() has been moved ouside of vfio_populate_vga(). As a
result, IGD VGA ranges are no longer properly exposed to guest.

To fix this, call pci_register_vga() after vfio_populate_vga() legacy
mode. A wrapper function vfio_pci_config_register_vga() is introduced
to handle it.

Fixes: a59d06305fff ("vfio/pci: Introduce x-pci-class-code option")
Signed-off-by: Tomita Moeko <tomitamoeko@gmail.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250723160906.44941-3-tomitamoeko@gmail.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/igd.c
hw/vfio/pci.c
hw/vfio/pci.h