From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48355 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrTxx-0004Un-GJ for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrTxw-0000eR-Cg for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:30:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrTxv-0000e7-W1 for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:30:08 -0500 Message-ID: <4D624D2C.1020500@redhat.com> Date: Mon, 21 Feb 2011 12:31:56 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] block/vdi: Don't ignore immediate read/write failures References: <1298150292-16158-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1298150292-16158-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Am 19.02.2011 22:18, schrieb Stefan Weil: > This patch is similar to 171e3d6b9997c98a97d0c525867f7cd9b640cadd > which fixed qcow2: > > Returning -EIO is far from optimal, but at least it's an error code. > > Cc: Kevin Wolf > Signed-off-by: Stefan Weil Thanks, applied both to the block branch. Kevin