From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZg49-0000tg-Dm for qemu-devel@nongnu.org; Thu, 23 Jun 2011 05:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZg48-00055L-4M for qemu-devel@nongnu.org; Thu, 23 Jun 2011 05:19:13 -0400 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:56346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZg47-000553-8S for qemu-devel@nongnu.org; Thu, 23 Jun 2011 05:19:11 -0400 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by e28smtp04.in.ibm.com (8.14.4/8.13.1) with ESMTP id p5N9J4KZ021805 for ; Thu, 23 Jun 2011 14:49:04 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p5N9J48T2371696 for ; Thu, 23 Jun 2011 14:49:04 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p5N9J4dx006862 for ; Thu, 23 Jun 2011 14:49:04 +0530 Message-ID: <4E030501.3040105@linux.vnet.ibm.com> Date: Thu, 23 Jun 2011 17:18:57 +0800 From: Wayne Xia MIME-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v2 0/3] kvm:showing a splash picture when start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Hi, these 3 patch simply enable qemu-kvm to show a logo picture when it s start up, following is how to configurate it: invoke it with params: -boot (splash_time=,) (splash_filename=,) the splash_time is in the unit of ms, and its max value is 65535. this feature is by default on with 5000ms showing up. Patch 1 contains the source modification for qemu-kvm, Patch 2 and 3 are binary patches that added a default logo picture file, alternated the bios.bin to make the sea-bios showing it. Patch 3 is just used to provide a convenient way to test the Patch, waiting for newer version of seabios that provide the support officially. Any comments would be very nice. -- Best Regards Wayne Xia mail:xiawenc@linux.vnet.ibm.com tel:86-010-82450803