From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr7E0-0000cE-76 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 09:26:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr7Dv-0007uI-P0 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 09:26:48 -0500 Date: Thu, 12 Dec 2013 15:26:32 +0100 From: Kevin Wolf Message-ID: <20131212142632.GK10007@dhcp-200-207.str.redhat.com> References: <1386853025-32337-1-git-send-email-pl@kamp.de> <20131212133142.GB2485@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131212133142.GB2485@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: expect get_block_status errors in bdrv_make_zero List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: pbonzini@redhat.com, Peter Lieven , qemu-devel@nongnu.org, qemu-stable@nongnu.org Am 12.12.2013 um 14:31 hat Stefan Hajnoczi geschrieben: > On Thu, Dec 12, 2013 at 01:57:05PM +0100, Peter Lieven wrote: > > during testing around with 4k LUNs a bad target implementation > > triggert an -EIO in iscsi_get_block_status, but it got never caught > > resulting in an invinite loop. s/invinite/infinite/ > > > > CC: qemu-stable@nongnu.org > > Signed-off-by: Peter Lieven > > --- > > block.c | 5 +++++ > > 1 file changed, 5 insertions(+) > > Reviewed-by: Stefan Hajnoczi Thanks, fixed up the typo in the commit message and applied to the block branch. Kevin