From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJjF-0006W9-23 for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQJj8-0003xO-1U for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:57:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJj7-0003x9-QG for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:56:57 -0500 Message-ID: <54ECBB65.8020500@redhat.com> Date: Tue, 24 Feb 2015 12:56:53 -0500 From: John Snow MIME-Version: 1.0 References: <1424738729-17082-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1424738729-17082-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/6] ahci: rerror/werror=stop resume tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, marc.mari.barcelo@gmail.com, afaerber@suse.de, stefanha@redhat.com, pbonzini@redhat.com On 02/23/2015 07:45 PM, John Snow wrote: > This series requires, in order: > > ahci-preliminary-refactor (stefanha/block) > ahci-dma-test (stefanha/block) Update 2015-02-24: You can base off of master; but you still need the=20 patches below: > [PATCH v4 00/17] ide: rerror/werror migration fixes for IDE/ISA and AHC= I > [PATCH 0/8] ahci: add more IO tests > > This patchset brings us up to feature parity with the ide-test that > was checked in for the rerror/werror migration fixes series. > > With the expanded functionality of libqos, we test error injection > and error recovery for the AHCI device. > > John Snow (6): > qtest/ahci: Add simple flush test > qtest/ahci: Allow override of default CLI options > libqtest: add qmp_eventwait > libqtest: add qmp_async > libqos: add blkdebug_prepare_script > qtest/ahci: add flush retry test > > tests/ahci-test.c | 143 ++++++++++++++++++++++++++++++++++++++= ++------- > tests/ide-test.c | 34 +---------- > tests/libqos/libqos-pc.c | 5 ++ > tests/libqos/libqos-pc.h | 1 + > tests/libqos/libqos.c | 22 ++++++++ > tests/libqos/libqos.h | 1 + > tests/libqtest.c | 46 ++++++++++++++- > tests/libqtest.h | 47 ++++++++++++++++ > 8 files changed, 245 insertions(+), 54 deletions(-) > --=20 =97js