From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnVQO-0003ux-Nk for qemu-devel@nongnu.org; Thu, 10 Feb 2011 07:15:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnVQH-0002TI-Kh for qemu-devel@nongnu.org; Thu, 10 Feb 2011 07:14:58 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]:37721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnVQH-0002T9-CP for qemu-devel@nongnu.org; Thu, 10 Feb 2011 07:14:57 -0500 Received: by fxm12 with SMTP id 12so1430416fxm.4 for ; Thu, 10 Feb 2011 04:14:56 -0800 (PST) Message-ID: <4D53D6BB.2090007@codemonkey.ws> Date: Thu, 10 Feb 2011 13:14:51 +0100 From: Anthony Liguori MIME-Version: 1.0 References: <1297336703-15632-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1297336703-15632-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0.14/master v2 0/4] Error messages for unsupoorted image format features List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: stefanha@gmail.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On 02/10/2011 12:18 PM, Kevin Wolf wrote: > With 0.15 we'll most likely get some incompatible image format extensions. This > series prepares 0.14 to output more helpful messages if it stumbles over a too > new image file. > > Kevin Wolf (4): > qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATURE > qcow2: Report error for version> 2 > qed: Report error for unsupported features > qemu-img: Improve error messages for failed bdrv_open > Whole series: Reviewed-by: Anthony Liguori > block/qcow2.c | 13 +++++++++++-- > block/qed.c | 9 ++++++++- > qemu-img.c | 10 +++++++--- > qerror.c | 5 +++++ > qerror.h | 3 +++ > 5 files changed, 34 insertions(+), 6 deletions(-) > >