From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvY7I-0005Wf-E8 for qemu-devel@nongnu.org; Wed, 16 Jan 2013 13:53:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvY7H-0007Hg-1M for qemu-devel@nongnu.org; Wed, 16 Jan 2013 13:53:40 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:50877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvY7G-0007Ha-QX for qemu-devel@nongnu.org; Wed, 16 Jan 2013 13:53:38 -0500 Message-ID: <50F6F72F.2010405@weilnetz.de> Date: Wed, 16 Jan 2013 19:53:35 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1355580573-19323-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1355580573-19323-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] block: Fix error report for wrong file format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Kevin Wolf Cc: qemu-devel@nongnu.org Am 15.12.2012 15:09, schrieb Stefan Weil: > These patches improve the error report if the file format was > specified explicitly (example: -drive file=myfile,format=qcow2) > and the given format does not match the real format. > > This fixes those bugs: > > https://bugzilla.redhat.com/show_bug.cgi?id=556482 > https://bugs.launchpad.net/qemu/+bug/1090600 > > [PATCH 1/4] block: Add special error code for wrong format > [PATCH 2/4] block: Improve error report for wrong format > [PATCH 3/4] block: Use new error code for wrong format in selected > [PATCH 4/4] block/vdi: Improved return values from vdi_open and Hi Stefan und Kevin, these patches are still in my local queue. Do you plan to add them to the block queue, or would you prefer another solution for the open bug reports? Regards Stefan