From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ld84w-0007rI-0O for qemu-devel@nongnu.org; Fri, 27 Feb 2009 14:08:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ld84s-0007pu-LK for qemu-devel@nongnu.org; Fri, 27 Feb 2009 14:08:55 -0500 Received: from [199.232.76.173] (port=53477 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld84r-0007pf-Kl for qemu-devel@nongnu.org; Fri, 27 Feb 2009 14:08:54 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:47268) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ld84r-0007J1-CD for qemu-devel@nongnu.org; Fri, 27 Feb 2009 14:08:53 -0500 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n1RJ6P5v032315 for ; Fri, 27 Feb 2009 12:06:25 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n1RJ8jpm130236 for ; Fri, 27 Feb 2009 12:08:48 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n1RJ8ekZ025644 for ; Fri, 27 Feb 2009 12:08:40 -0700 Received: from squirrel.codemonkey.ws (sig-9-65-0-122.mts.ibm.com [9.65.0.122]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n1RJ8cRq025471 for ; Fri, 27 Feb 2009 12:08:39 -0700 Message-ID: <49A83A35.8050706@us.ibm.com> Date: Fri, 27 Feb 2009 13:08:37 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix qemu-img argument handling References: <498DB6D7.2090807@reactos.org> In-Reply-To: <498DB6D7.2090807@reactos.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Herv=E9 Poussineau wrote: > Hi, > > qemu-img doesn't work on MS Windows, when compiled with MinGW Runtime=20 > package >=3D 3.15 > According to=20 > http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D2222263&gr= oup_id=3D2435&atid=3D102435=20 > , qemu-img shouldn't skip the first argument (command name) by doing=20 > optind++. > > Attached patch fixes the problems, and repairs qemu-img parsing with=20 > MinGW Runtime package >=3D 3.15 > > Signed-off-by: Herv=E9 Poussineau This resend either inlining the patch or attaching it with text/plan. Regards, Anthony Liguori > Herv=E9