mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
OvmfPkg/RiscVVirtQemu.dsc: enable VGA support
QEMU enables VIRTIO_VGA by default. Libvirt falls back from virtio-gpu-pci to virtio-vga if made available by QEMU. We need to enable VGA support to get video output for EDK II in virt-manager. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
a36fb60053
commit
feb8d49834
@ -446,6 +446,7 @@
|
||||
#
|
||||
# Video support
|
||||
#
|
||||
OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
|
||||
OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
@ -191,6 +191,7 @@ INF OvmfPkg/Virtio10Dxe/Virtio10.inf
|
||||
#
|
||||
# Video support
|
||||
#
|
||||
INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
|
||||
INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
|
||||
INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
INF OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
Loading…
x
Reference in New Issue
Block a user