Re: [Qemu-devel] [PATCH v5 0/4] Use blkdebug to make test deterministic

2013-11-19 Thread Stefan Hajnoczi
On Mon, Nov 18, 2013 at 03:01:47PM +0800, Fam Zheng wrote: This adds remove_break command to block, which removes a break point defined with break. It is used in iotests.py to pause and resume drive in block job cases to make the test deterministic. v5: Addressing Max's comments (thanks for

Re: [Qemu-devel] [PATCH v5 0/4] Use blkdebug to make test deterministic

2013-11-19 Thread Fam Zheng
On 2013年11月19日 23:31, Stefan Hajnoczi wrote: On Mon, Nov 18, 2013 at 03:01:47PM +0800, Fam Zheng wrote: This adds remove_break command to block, which removes a break point defined with break. It is used in iotests.py to pause and resume drive in block job cases to make the test deterministic.

[Qemu-devel] [PATCH v5 0/4] Use blkdebug to make test deterministic

2013-11-17 Thread Fam Zheng
This adds remove_break command to block, which removes a break point defined with break. It is used in iotests.py to pause and resume drive in block job cases to make the test deterministic. v5: Addressing Max's comments (thanks for reviewing) [02] Resume all the requests. [03] Fix event=