From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47074 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQdan-0002YI-8K for qemu-devel@nongnu.org; Thu, 09 Dec 2010 05:19:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQdam-0006ta-9e for qemu-devel@nongnu.org; Thu, 09 Dec 2010 05:19:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQdam-0006tU-2q for qemu-devel@nongnu.org; Thu, 09 Dec 2010 05:19:16 -0500 Message-ID: <4D00AD5A.2080408@redhat.com> Date: Thu, 09 Dec 2010 11:20:10 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1291887952-20433-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1291887952-20433-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v3 1/1] qemu-img.c: Clean up handling of image size in img_create() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org Am 09.12.2010 10:45, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > This cleans up the handling of image size in img_create() by parsing > the value early, and then only setting it once if a value has been > added as the last argument to the command line. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin