aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-11-30 11:54:33 +0100
committerGerd Hoffmann <kraxel@redhat.com>2010-12-09 14:23:24 +0100
commit7943a2fac78b1b865093923bf1bdb08ae8664b3d (patch)
tree580dce7516df4eed40621f21ba53fe9f76c7db7a
parent138b38b61bf92d4e9588acf934e532499c94e185 (diff)
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 <kraxel@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--pc-bios/vgabios-qxl.binbin0 -> 40448 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c80566c76..6d601eef6 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 000000000..3156c6e3f
--- /dev/null
+++ b/pc-bios/vgabios-qxl.bin
Binary files differ