[Qemu-block] [PATCH v2 2/5] qemu-img bench: Sequential writes

2016-06-06 Thread Kevin Wolf
This extends qemu-img bench with an option that makes it use sequential writes instead of reads for the test run. Signed-off-by: Kevin Wolf --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 38 +- qemu-img.texi| 13 + 3 files changed, 44 inser

Re: [Qemu-block] [PATCH v2 2/5] qemu-img bench: Sequential writes

2016-06-07 Thread Denis V. Lunev
On 06/06/2016 03:45 PM, Kevin Wolf wrote: This extends qemu-img bench with an option that makes it use sequential writes instead of reads for the test run. Signed-off-by: Kevin Wolf --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 38 +- qemu-img.texi