From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpty3-0000d2-2l for qemu-devel@nongnu.org; Sat, 24 Oct 2015 04:14:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zptxy-00030Q-Dl for qemu-devel@nongnu.org; Sat, 24 Oct 2015 04:14:22 -0400 Received: from [59.151.112.132] (port=18155 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zptxy-0002vd-0O for qemu-devel@nongnu.org; Sat, 24 Oct 2015 04:14:18 -0400 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (localhost.localdomain [127.0.0.1]) by edo.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id t9O8DdUR013511 for ; Sat, 24 Oct 2015 16:13:39 +0800 References: <1445607607-25656-1-git-send-email-caoj.fnst@cn.fujitsu.com> From: Cao jin Message-ID: <562B3F36.8060505@cn.fujitsu.com> Date: Sat, 24 Oct 2015 16:20:06 +0800 MIME-Version: 1.0 In-Reply-To: <1445607607-25656-1-git-send-email-caoj.fnst@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] correct comment of option parse in main() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sorry, silly mistake in a unclear mind state. On 10/23/2015 09:40 PM, Cao jin wrote: > Signed-off-by: Cao jin > --- > vl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/vl.c b/vl.c > index 332d828..aa95172 100644 > --- a/vl.c > +++ b/vl.c > @@ -3031,7 +3031,7 @@ int main(int argc, char **argv, char **envp) > optind = 1; > while (optind < argc) { > if (argv[optind][0] != '-') { > - /* disk image */ > + /* not option */ > optind++; > } else { > const QEMUOption *popt; > -- Yours Sincerely, Cao Jin