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