From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Varix-00061N-Pc for qemu-devel@nongnu.org; Mon, 28 Oct 2013 14:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Varir-0003pu-Pj for qemu-devel@nongnu.org; Mon, 28 Oct 2013 14:39:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Varir-0003pq-E3 for qemu-devel@nongnu.org; Mon, 28 Oct 2013 14:39:29 -0400 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 r9SIdSEZ003211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Oct 2013 14:39:28 -0400 Date: Mon, 28 Oct 2013 20:42:18 +0200 From: "Michael S. Tsirkin" Message-ID: <20131028184218.GA1739@redhat.com> References: <1382978620-16641-1-git-send-email-pbonzini@redhat.com> <20131028171653.GA14263@redhat.com> <526E9E62.5010709@redhat.com> <20131028180023.GD14339@redhat.com> <526EAEB0.4050903@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <526EAEB0.4050903@redhat.com> Subject: Re: [Qemu-devel] [WIP PATCH 00/24] IDE cleanups, initial work on AHCI rerror/werror=stop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Mon, Oct 28, 2013 at 07:36:32PM +0100, Paolo Bonzini wrote: > Il 28/10/2013 19:00, Michael S. Tsirkin ha scritto: > > > No, these are for another feature that is missing for AHCI, that is > > > support for stopping the VM on I/O errors. It is > > > https://bugzilla.redhat.com/show_bug.cgi?id=887844 > > > > Hmm. Actually maybe there was an io error... is there > > an easy way to find out? > > This would be a *host* I/O error, so I doubt. > > Paolo Yes, I know. Something like an out of range access on a disk can trigger it perhaps?