diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-04-13 22:24:42 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-04-26 13:14:57 -0500 |
commit | 94b262949416f37116ea6fe456f45405b583c8f7 (patch) | |
tree | 7d552333b000b846cbd2d83cbcad916faa59b06f | |
parent | 5ade76748588627770b312ac592e3118f8541a53 (diff) | |
download | qemu-94b262949416f37116ea6fe456f45405b583c8f7.zip qemu-94b262949416f37116ea6fe456f45405b583c8f7.tar.gz qemu-94b262949416f37116ea6fe456f45405b583c8f7.tar.bz2 |
sdl: Add QEMU mascot icon for use with SDL
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 <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | pc-bios/qemu-icon.bmp | bin | 0 -> 630 bytes |
2 files changed, 1 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..72d9a2f --- /dev/null +++ b/pc-bios/qemu-icon.bmp |