From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38876 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiAse-0001CI-49 for qemu-devel@nongnu.org; Wed, 26 Jan 2011 14:18:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiAsc-00058I-JF for qemu-devel@nongnu.org; Wed, 26 Jan 2011 14:18:12 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:59822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiAsc-00055y-7d for qemu-devel@nongnu.org; Wed, 26 Jan 2011 14:18:10 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.fritz.box with esmtp (Exim 4.72) (envelope-from ) id 1PiAsY-0001mb-1k for qemu-devel@nongnu.org; Wed, 26 Jan 2011 20:18:06 +0100 Message-ID: <4D40736E.8050601@mail.berlios.de> Date: Wed, 26 Jan 2011 20:18:06 +0100 From: Stefan Weil MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU icon List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Since some time, I urgently wanted to have an icon for QEMU. As I did not find one, I tried to design one, and here is the current result: http://qemu.weilnetz.de/qemu-icon.svg. The following patch adds the icon and SDL related code to QEMU. More patches will add an installer for Windows which also uses the new icon. My website http://qemu.weilnetz.de/ already includes two installer executables and also uses the new QEMU icon as favicon.ico. If you like it, you may use the icon for qemu.org or any GPL 2 conforming purpose, too. My full code is (as always) available from http://repo.or.cz/w/qemu/ar7.git. It should be easy to add a new command line option which allows choosing any icon file, so several QEMU instances could use different icons. I did not add this, because I think that the UI related command line options need some redesign. Kind regards, Stefan Weil