The following changes since commit 15d23fb96656b1ae31bf4305b2108230c29298c6:
Update version for qemu-1.5.0-rc0 (2013-05-07 06:50:19 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony for you to fetch changes up to 794d00f71d39e3d18eafade579b2ecb665d6d481: qemu-iotests: fix 017 018 for vmdk (2013-05-08 15:28:50 +0200) ---------------------------------------------------------------- Fam Zheng (3): qemu-iotests: exclude vmdk for test 042 qemu-iotests: exclude vmdk and qcow from 043 qemu-iotests: fix 017 018 for vmdk Kevin Wolf (7): ahci: Don't allow creating slave drives de_DE.po: Add missing leading spaces ide: Reset BMIDEA bit when the bus master is stopped libqos/pci: Enable bus mastering qtest: Add IDE test case qtest/ide-test: Add simple DMA read/write test case qtest/ide-test: Test short and long PRDTs hw/ide/ahci.c | 2 +- hw/ide/cmd646.c | 2 +- hw/ide/internal.h | 3 +- hw/ide/isa.c | 2 +- hw/ide/macio.c | 2 +- hw/ide/mmio.c | 2 +- hw/ide/pci.c | 1 + hw/ide/piix.c | 2 +- hw/ide/qdev.c | 10 +- hw/ide/via.c | 2 +- po/de_DE.po | 4 +- tests/Makefile | 2 + tests/ide-test.c | 440 +++++++++++++++++++++++++++++++++++++++++++++ tests/libqos/pci.c | 2 +- tests/qemu-iotests/017 | 4 +- tests/qemu-iotests/017.out | 2 +- tests/qemu-iotests/018 | 4 +- tests/qemu-iotests/018.out | 2 +- tests/qemu-iotests/042 | 2 +- tests/qemu-iotests/043 | 2 +- 20 files changed, 474 insertions(+), 18 deletions(-) create mode 100644 tests/ide-test.c