Re: [Qemu-devel] [PATCH] qemu-iotest: Make 077 raw-only

2014-02-05 Thread Benoît Canet
Le Monday 03 Feb 2014 à 11:32:30 (+0100), Kevin Wolf a écrit : > The qemu-io command sequences make the assumption that an unaligned > request on the format layer will be unaligned on the blkdebug layer as > well. This doesn't necessarily hold true for drivers other than raw. > > Signed-off-by: Ke

Re: [Qemu-devel] [PATCH] qemu-iotest: Make 077 raw-only

2014-02-03 Thread Stefan Hajnoczi
On Mon, Feb 03, 2014 at 11:32:30AM +0100, Kevin Wolf wrote: > The qemu-io command sequences make the assumption that an unaligned > request on the format layer will be unaligned on the blkdebug layer as > well. This doesn't necessarily hold true for drivers other than raw. > > Signed-off-by: Kevin

[Qemu-devel] [PATCH] qemu-iotest: Make 077 raw-only

2014-02-03 Thread Kevin Wolf
The qemu-io command sequences make the assumption that an unaligned request on the format layer will be unaligned on the blkdebug layer as well. This doesn't necessarily hold true for drivers other than raw. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/077 | 2 +- 1 file changed, 1 insertion