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:
committed by
Laszlo Ersek
parent
70dbd16361
commit
333f32ec23
@ -53,6 +53,12 @@ QEMU_VIDEO_CARD gQemuVideoCardList[] = {
|
|||||||
0x1111,
|
0x1111,
|
||||||
QEMU_VIDEO_BOCHS_MMIO,
|
QEMU_VIDEO_BOCHS_MMIO,
|
||||||
L"QEMU Standard VGA"
|
L"QEMU Standard VGA"
|
||||||
|
},{
|
||||||
|
PCI_CLASS_DISPLAY_OTHER,
|
||||||
|
0x1234,
|
||||||
|
0x1111,
|
||||||
|
QEMU_VIDEO_BOCHS_MMIO,
|
||||||
|
L"QEMU Standard VGA (secondary)"
|
||||||
},{
|
},{
|
||||||
PCI_CLASS_DISPLAY_VGA,
|
PCI_CLASS_DISPLAY_VGA,
|
||||||
0x1b36,
|
0x1b36,
|
||||||
|
Reference in New Issue
Block a user