From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW5xw-0004O6-V8 for qemu-devel@nongnu.org; Fri, 04 Apr 2014 11:23:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WW5xq-00015M-Pd for qemu-devel@nongnu.org; Fri, 04 Apr 2014 11:23:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WW5xq-00015F-H7 for qemu-devel@nongnu.org; Fri, 04 Apr 2014 11:23:30 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s34FNTtR018978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Apr 2014 11:23:30 -0400 Message-ID: <533ECE6E.9090109@redhat.com> Date: Fri, 04 Apr 2014 17:23:26 +0200 From: Max Reitz MIME-Version: 1.0 References: <1396624153-7461-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1396624153-7461-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: stefanha@redhat.com On 04.04.2014 17:09, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) Reviewed-by: Max Reitz