From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOZbo-00053k-SK for qemu-devel@nongnu.org; Thu, 19 Feb 2015 17:30:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOZbj-0003vp-Tf for qemu-devel@nongnu.org; Thu, 19 Feb 2015 17:30:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOZbj-0003uM-Mp for qemu-devel@nongnu.org; Thu, 19 Feb 2015 17:30:07 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1JMU6El004852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 19 Feb 2015 17:30:06 -0500 From: John Snow Date: Thu, 19 Feb 2015 17:29:55 -0500 Message-Id: <1424385003-9412-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] ahci: add more IO tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, John Snow , armbru@redhat.com, stefanha@redhat.com This series is based on top of my ahci DMA test series, which is in turn based on the ahci preliminary refactoring series. Both are currently pending on stefanha/block. This series adds many variations that expand on the existing trivial DMA I/O case. These pathways check different PRDT configurations, different I/O commands for PIO and DMA, different address scheme combinations for LBA28 and LBA48, and different sector offsets. John Snow (8): libqos/ahci: Zero-fill AHCI headers qtest/ahci: Add a macro bootup routine libqos/ahci: add ahci command helpers qtest/ahci: Add DMA test variants qtest/ahci: Add PIO and LBA48 tests qtest/ahci: add fragmented dma test qtest/ahci: add qcow2 support to ahci-test qtest/ahci: test different disk sectors tests/ahci-test.c | 295 +++++++++++++++++++++++++++++++++++++++++++++----- tests/libqos/ahci.c | 54 ++++++++- tests/libqos/ahci.h | 9 +- tests/libqos/libqos.c | 30 +++++ tests/libqos/libqos.h | 1 + 5 files changed, 355 insertions(+), 34 deletions(-) -- 1.9.3