From: Stefan Weil Date: Fri, 13 Apr 2012 20:24:42 +0000 (+0200) Subject: sdl: Add QEMU mascot icon for use with SDL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=94b262949416f37116ea6fe456f45405b583c8f7;p=qemu.git 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 Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index 4f43793866..121cad4b14 100644 --- 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 index 0000000000..72d9a2f561 Binary files /dev/null and b/pc-bios/qemu-icon.bmp differ