From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWVkn-0001YU-FQ for qemu-devel@nongnu.org; Fri, 13 Mar 2015 16:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWVkm-0007jS-JR for qemu-devel@nongnu.org; Fri, 13 Mar 2015 16:00:17 -0400 Message-ID: <55033BF9.1070008@redhat.com> Date: Fri, 13 Mar 2015 15:35:21 -0400 From: John Snow MIME-Version: 1.0 References: <1426018503-821-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1426018503-821-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/6] ahci: rerror/werror=stop resume tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, marc.mari.barcelo@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com Ping: The series this is based on has been bumped to v2, but it does not change the context for this patchset. Requires: <1426274523-22661-1-git-send-email-jsnow@redhat.com> On 03/10/2015 04:14 PM, John Snow wrote: > This series is based on: > "[Qemu-devel] [PATCH 0/2] ahci: test varying sector offsets" > > There appear to be some upstream issues for iotests 051 and 061, > but this series does not appear to alter the existing bad behavior > of those 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. > > v1 got bounced due to a prerequisite failing a test during a pull req, > so v2 is nearly unchanged: > > v2: > - Rebased to master > - Fixed an include issue for patch 5. > > 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(-) >