From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1B2v-0002uS-8l for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:37:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1B2p-0002yE-5W for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:37:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1B2o-0002xy-Ux for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:37:23 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBH9bMgo010171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Dec 2014 04:37:22 -0500 Message-ID: <54914ECF.9070407@redhat.com> Date: Wed, 17 Dec 2014 10:37:19 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1418780167-16231-1-git-send-email-jsnow@redhat.com> <87wq5q4rck.fsf@blackfin.pond.sub.org> In-Reply-To: <87wq5q4rck.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 00/17] ide: rerror and werror support for IDE and AHCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , John Snow Cc: kwolf@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mst@redhat.com On 17/12/2014 09:23, Markus Armbruster wrote: > I had to read this twice to even guess how this is related to the stated > subject "ide: rerror and werror support for IDE and AHCI" :) > > IDE already supports rerror and werror. I guess this series fixes > migration bugs that can bite when rerror/werror=stop. Correct? IDE over PCI supports rerror and werror. IDE over ISA does not. This series makes it possible to support it very easily, see patch 13. Paolo