This series fixes qemu-iotests ./check -nocache -vmdk 059. It also adds a dedicated test case for O_DIRECT short reads.
Stefan Hajnoczi (2): raw-posix: fix O_DIRECT short reads qemu-iotests: add test case 101 for short file I/O block/raw-posix.c | 9 +++++++ tests/qemu-iotests/101 | 58 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/101.out | 10 ++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 78 insertions(+) create mode 100755 tests/qemu-iotests/101 create mode 100644 tests/qemu-iotests/101.out -- 1.9.3
