From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ3d6-0003qC-Hv for qemu-devel@nongnu.org; Mon, 23 Feb 2015 19:45:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ3d2-00016m-JB for qemu-devel@nongnu.org; Mon, 23 Feb 2015 19:45:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ3d2-00016Z-BI for qemu-devel@nongnu.org; Mon, 23 Feb 2015 19:45:36 -0500 From: John Snow Date: Mon, 23 Feb 2015 19:45:23 -0500 Message-Id: <1424738729-17082-1-git-send-email-jsnow@redhat.com> Subject: [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, stefanha@redhat.com, pbonzini@redhat.com, John Snow , afaerber@suse.de This series requires, in order: ahci-preliminary-refactor (stefanha/block) ahci-dma-test (stefanha/block) [PATCH v4 00/17] ide: rerror/werror migration fixes for IDE/ISA and AHCI [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(-) -- 1.9.3