From 94b262949416f37116ea6fe456f45405b583c8f7 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 13 Apr 2012 22:24:42 +0200 Subject: [PATCH] sdl: Add QEMU mascot icon for use with SDL MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- Makefile | 1 + pc-bios/qemu-icon.bmp | Bin 0 -> 630 bytes 2 files changed, 1 insertion(+) create mode 100644 pc-bios/qemu-icon.bmp diff --git a/Makefile b/Makefile index 4f437938668..121cad4b145 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 0000000000000000000000000000000000000000..72d9a2f561ecbb61e49e75540debf189ee67cdb5 GIT binary patch literal 630 zc-no@L1+^}6b9gzO{s?{W=d$(ZZRziLP0&a-jr4rN}yJ;Zafx5_Zmt=M)o4wgB#F8 zKxjrh2o*{mEJ*OC6cz-nth5(F7I$e%PKGQ5wcshfnbfNf2Il)`c@OqoyI$2mRh7;; zI)%fNf)V&%z4yOBI-Q283wNPhU4vt@A7T9dA1IYd@bmWp3P1IVn@UI7%PPtlAPK!?H_@w1$HQB6KVtnbn#b5l7* z9s|&(&)%ArZc^(#(B37+)o!bx+Pwg6EBRqvi4$u1O^8{TNusZo7ey3|h{i54G%Um@ z?iMn&=h{{;+_08V1}!MAXL=DD${2ME&Bx~>#FBl7b3`wGb95{T(Xgc{i1t$xy^x-5 zB6ra1o>`1=!?tbHlplEU+rM{~79 SH<<1|_1QnleFyrd;q5P4p8&i7 literal 0 Hc-jL100001 -- 2.39.5