From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQllf-0007ga-UF for qemu-devel@nongnu.org; Wed, 06 Aug 2008 12:21:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQllf-0007gN-Bd for qemu-devel@nongnu.org; Wed, 06 Aug 2008 12:21:43 -0400 Received: from [199.232.76.173] (port=58309 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQllf-0007gI-2n for qemu-devel@nongnu.org; Wed, 06 Aug 2008 12:21:43 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:38471 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQllf-00006A-3b for qemu-devel@nongnu.org; Wed, 06 Aug 2008 12:21:43 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KQlld-0003WR-Lq for qemu-devel@nongnu.org; Wed, 06 Aug 2008 18:21:41 +0200 Date: Wed, 6 Aug 2008 17:21:41 +0100 From: Samuel Thibault Message-ID: <20080806162141.GW4448@implementation.uk.xensource.com> References: <20080805115506.GR4478@implementation.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080805115506.GR4478@implementation.uk.xensource.com> Subject: [Qemu-devel] Re: [PATCH] report read/write errors to IDE guest driver as ECC errors Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Samuel Thibault, le Tue 05 Aug 2008 12:55:06 +0100, a écrit : > report read/write errors to IDE guest driver as ECC errors > so that the guest knows that e.g. writes on read-only backends have > failed. Ah, wait, Ian actually has a more complete patch. Samuel