From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb73G-0007av-8U for qemu-devel@nongnu.org; Mon, 27 Jun 2011 04:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb73D-0001Pr-Nl for qemu-devel@nongnu.org; Mon, 27 Jun 2011 04:20:13 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:64809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb73D-0001Pd-BC for qemu-devel@nongnu.org; Mon, 27 Jun 2011 04:20:11 -0400 Received: by gxk26 with SMTP id 26so2313301gxk.4 for ; Mon, 27 Jun 2011 01:20:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1309157611-31078-1-git-send-email-xiawenc@linux.vnet.ibm.com> References: <1309157611-31078-1-git-send-email-xiawenc@linux.vnet.ibm.com> Date: Mon, 27 Jun 2011 09:20:10 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3] showing a splash picture when start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wayne Xia Cc: qemu-devel@nongnu.org On Mon, Jun 27, 2011 at 7:53 AM, Wayne Xia wro= te: > Made an option to let qemu pass a picture to bios, let the bios show it a= s a > logo. By default it is off, enable it as following > =A0 =A0-boot splash_time=3DN,splash_filename=3DP It's a shame qemu-config.c has some options that use this_syntax and some that use this-syntax. There are more that use hyphen ('-') so I think splash-time and splash-filename would be better. Otherwise we head closer to a 50/50 split of confusion when it comes to '-' vs '_' syntax :). Stefan