From: Gerd Hoffmann <[email protected]>
Hi, This patch series adds support for the bochs dispi interface which is supported by the qemu standard vga (-vga std) and qxl (-vga qxl). v2 has a bunch of updates according to Laszlo's review comments. It is also available from github: git://github.com/kraxel/edk2.git stdvga cheers, Gerd Gerd Hoffmann (3): QemuVideo: prepare to support more hardware QemuVideo: Add support for the bochs dispi interface QemuVideo: stdvga mmio bar support OvmfPkg/QemuVideoDxe/Driver.c | 307 +++++++++++++++++++++++++++------ OvmfPkg/QemuVideoDxe/Gop.c | 16 ++- OvmfPkg/QemuVideoDxe/Initialize.c | 72 +++++++- OvmfPkg/QemuVideoDxe/Qemu.h | 91 +++++++++- OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 6 - 5 files changed, 420 insertions(+), 72 deletions(-) ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
