From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJkZ-0000bu-QN for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:58:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQJkV-0004bM-R6 for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:58:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQJkV-0004bH-I5 for qemu-devel@nongnu.org; Tue, 24 Feb 2015 12:58: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 t1OHwMaT025266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 24 Feb 2015 12:58:22 -0500 Message-ID: <54ECBBBC.2050406@redhat.com> Date: Tue, 24 Feb 2015 12:58:20 -0500 From: John Snow MIME-Version: 1.0 References: <1424385003-9412-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1424385003-9412-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 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, armbru@redhat.com, stefanha@redhat.com On 02/19/2015 05:29 PM, John Snow wrote: > 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. > prerequisites are now upstream. --js > 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(-) >