Re: [Qemu-devel] [PATCH 1/2] blkdebug: Add bdrv_truncate()

2015-04-15 Thread Jeff Cody
On Wed, Apr 15, 2015 at 11:27:25AM +0200, Kevin Wolf wrote: > This is, amongst others, required for qemu-iotests 033 to run as > intended on VHDX, which uses explicit bdrv_truncate() calls to bs->file > when allocating new blocks. > > Signed-off-by: Kevin Wolf > --- > block/blkdebug.c | 6 ++

[Qemu-devel] [PATCH 1/2] blkdebug: Add bdrv_truncate()

2015-04-15 Thread Kevin Wolf
This is, amongst others, required for qemu-iotests 033 to run as intended on VHDX, which uses explicit bdrv_truncate() calls to bs->file when allocating new blocks. Signed-off-by: Kevin Wolf --- block/blkdebug.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/block/blkdebug.c b/block/b