mirror of https://github.com/acidanthera/audk.git
OvmfPkg/QemuVideoDxe: Enable DISPLAY_OTHER pci class for qemu stdvga
This makes QemuVideo bind to the secondary-vga device. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
70dbd16361
commit
333f32ec23
|
@ -53,6 +53,12 @@ QEMU_VIDEO_CARD gQemuVideoCardList[] = {
|
|||
0x1111,
|
||||
QEMU_VIDEO_BOCHS_MMIO,
|
||||
L"QEMU Standard VGA"
|
||||
},{
|
||||
PCI_CLASS_DISPLAY_OTHER,
|
||||
0x1234,
|
||||
0x1111,
|
||||
QEMU_VIDEO_BOCHS_MMIO,
|
||||
L"QEMU Standard VGA (secondary)"
|
||||
},{
|
||||
PCI_CLASS_DISPLAY_VGA,
|
||||
0x1b36,
|
||||
|
|
Loading…
Reference in New Issue