qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/8] ahci: add more IO tests


From: John Snow
Subject: Re: [Qemu-devel] [PATCH 0/8] ahci: add more IO tests
Date: Tue, 24 Feb 2015 12:58:20 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0



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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]