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

2013-11-21 Thread Stefan Hajnoczi
On Wed, Nov 20, 2013 at 10:01:52AM +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. > > v6: [04] Fix 055 race condition by

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

2013-11-19 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. v6: [04] Fix 055 race condition by keeping sleep after resume_drive. (Stefan) v5: Addressing Max's com