From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQGUP-0000BP-IL for qemu-devel@nongnu.org; Wed, 08 Dec 2010 04:39:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQGUN-0002MO-QV for qemu-devel@nongnu.org; Wed, 08 Dec 2010 04:39:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQGUN-0002M8-Hh for qemu-devel@nongnu.org; Wed, 08 Dec 2010 04:39:07 -0500 Message-ID: <4CFF527C.3020908@redhat.com> Date: Wed, 08 Dec 2010 10:40:12 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1291714556-22961-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1291714556-22961-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/4] qemu-img: Fail creation if backing format is invalid List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 07.12.2010 10:35, schrieb Stefan Hajnoczi: > This patch series adds a check to validate the backing format before creating > an image file. This ensures we provide a clear error message as early as > possible when an unsupported format is used. > > The first three patches clean up code on the way and the last patch makes the > actual backing format validation change. Thanks, applied all to the block branch. Kevin