Revision: 17690 http://sourceforge.net/p/edk2/code/17690 Author: lersek Date: 2015-06-23 20:47:27 +0000 (Tue, 23 Jun 2015) Log Message: ----------- OvmfPkg: QemuVideoDxe: add virtio-vga support
Qemu commit c5d4dac ("virtio-vga: add virtio gpu device with vga compatibility") enables OVMF to drive the virtio-vga device: The vga compatibility part of virtio-vga is identical to the qemu standard vga, so supporting that is as easy as adding the PCI ID to the list. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Laszlo Ersek <ler...@redhat.com> Acked-by: Jordan Justen <jordan.l.jus...@intel.com> [ler...@redhat.com: subject fixup and QEMU commit reference in commit msg] Signed-off-by: Laszlo Ersek <ler...@redhat.com> Modified Paths: -------------- trunk/edk2/OvmfPkg/QemuVideoDxe/Driver.c Modified: trunk/edk2/OvmfPkg/QemuVideoDxe/Driver.c =================================================================== --- trunk/edk2/OvmfPkg/QemuVideoDxe/Driver.c 2015-06-23 14:54:00 UTC (rev 17689) +++ trunk/edk2/OvmfPkg/QemuVideoDxe/Driver.c 2015-06-23 20:47:27 UTC (rev 17690) @@ -53,6 +53,11 @@ QEMU_VIDEO_BOCHS, L"QEMU QXL VGA" },{ + 0x1af4, + 0x1050, + QEMU_VIDEO_BOCHS_MMIO, + L"QEMU VirtIO VGA" + },{ 0 /* end of list */ } }; ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits