From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8o0w-0002LL-TJ for qemu-devel@nongnu.org; Thu, 30 Jan 2014 04:34:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8o0r-0001Mb-Su for qemu-devel@nongnu.org; Thu, 30 Jan 2014 04:34:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8o0r-0001MX-Kp for qemu-devel@nongnu.org; Thu, 30 Jan 2014 04:34:21 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0U9YKoA021592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 30 Jan 2014 04:34:20 -0500 Date: Thu, 30 Jan 2014 10:34:19 +0100 From: Stefan Hajnoczi Message-ID: <20140130093419.GA15567@stefanha-thinkpad.redhat.com> References: <1391015108-31808-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391015108-31808-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block/vhdx: Error checking fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org On Wed, Jan 29, 2014 at 06:05:08PM +0100, Markus Armbruster wrote: > Errors are inadvertently ignored in a few places. Has always been > broken. Spotted by Coverity. > > Signed-off-by: Markus Armbruster > --- > block/vhdx-log.c | 4 ++-- > block/vhdx.c | 8 ++++---- > 2 files changed, 6 insertions(+), 6 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan