From: Gerd Hoffmann Date: Tue, 30 Nov 2010 10:54:33 +0000 (+0100) Subject: spice: add qxl vgabios binary. X-Git-Tag: v0.14.0-rc0~278^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7943a2fac78b1b865093923bf1bdb08ae8664b3d;p=thirdparty%2Fqemu.git spice: add qxl vgabios binary. Just compiled from vgabios git repo @ git.qemu.org, copyed over and committed. Also added to the list of blobs in the Makefile. Signed-off-by: Gerd Hoffmann --- diff --git a/Makefile b/Makefile index c80566c76d6..6d601eef6e8 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr ifdef INSTALL_BLOBS BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin \ -vgabios-stdvga.bin vgabios-vmware.bin \ +vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ gpxe-eepro100-80861209.rom \ pxe-e1000.bin \ diff --git a/pc-bios/vgabios-qxl.bin b/pc-bios/vgabios-qxl.bin new file mode 100644 index 00000000000..3156c6e3f1a Binary files /dev/null and b/pc-bios/vgabios-qxl.bin differ