Re: [Qemu-devel] [PATCH 0/2] raw-posix: fix O_DIRECT short reads

2014-08-22 Thread Kevin Wolf
Am 21.08.2014 um 14:44 hat Stefan Hajnoczi geschrieben: > 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

[Qemu-devel] [PATCH 0/2] raw-posix: fix O_DIRECT short reads

2014-08-21 Thread Stefan Hajnoczi
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