]> Git Repo - qemu.git/commitdiff
sdl: Add QEMU mascot icon for use with SDL
authorStefan Weil <[email protected]>
Fri, 13 Apr 2012 20:24:42 +0000 (22:24 +0200)
committerAnthony Liguori <[email protected]>
Thu, 26 Apr 2012 18:14:57 +0000 (13:14 -0500)
This is a bitmap file (32x32x4) derived from the official QEMU mascot
(which was designed by BenoĆ®t Canet). I stripped the text from the SVG
to get a nearly square image and converted the result to BMP without
any manual optimization.

The bitmap is currently used by QEMU's SDL interface and replaces the
default X icon.

v2: Add qemu-icon.bmp to Makefile.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
pc-bios/qemu-icon.bmp [new file with mode: 0644]

index 4f43793866821f606ce17ce3c7288dfffb919a98..121cad4b145e1a17d898caadc42f589116e620b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -257,6 +257,7 @@ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \
 ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \
 pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \
 pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \
+qemu-icon.bmp \
 bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
 mpc8544ds.dtb \
 multiboot.bin linuxboot.bin kvmvapic.bin \
diff --git a/pc-bios/qemu-icon.bmp b/pc-bios/qemu-icon.bmp
new file mode 100644 (file)
index 0000000..72d9a2f
Binary files /dev/null and b/pc-bios/qemu-icon.bmp differ
This page took 0.027193 seconds and 4 git commands to generate.