]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
spice: add qxl vgabios binary.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Nov 2010 10:54:33 +0000 (11:54 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Dec 2010 13:23:24 +0000 (14:23 +0100)
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 <kraxel@redhat.com>
Makefile
pc-bios/vgabios-qxl.bin [new file with mode: 0644]

index c80566c76d6911334ae89815ce10685488a3b359..6d601eef6e828c7b0185a02c22a40dca6c33b189 100644 (file)
--- 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 (file)
index 0000000..3156c6e
Binary files /dev/null and b/pc-bios/vgabios-qxl.bin differ