Re: [Qemu-devel] [PATCH v4 3/4] qemu-iotest: Add pause_drive and resume_drive methods

2013-11-15 Thread Max Reitz
On 14.11.2013 10:10, Fam Zheng wrote: > They wrap blkdebug "break" and "remove_break". > > Add optional argument "resume" to cancel_and_wait(). > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/iotests.py | 17 - > 1 file changed, 16 insertions(+), 1 deletion(-) > > diff --g

[Qemu-devel] [PATCH v4 3/4] qemu-iotest: Add pause_drive and resume_drive methods

2013-11-14 Thread Fam Zheng
They wrap blkdebug "break" and "remove_break". Add optional argument "resume" to cancel_and_wait(). Signed-off-by: Fam Zheng --- tests/qemu-iotests/iotests.py | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests