Re: [Qemu-devel] [PATCH v6 8/8] iotests: Use event_wait in wait_ready

2015-05-28 Thread Paolo Bonzini
On 28/05/2015 07:29, Fam Zheng wrote: > Only poll the specific type of event we are interested in, to avoid > stealing events that should be consumed by someone else. > > Suggested-by: John Snow > Signed-off-by: Fam Zheng > Reviewed-by: John Snow > --- > tests/qemu-iotests/iotests.py | 9 ++-

[Qemu-devel] [PATCH v6 8/8] iotests: Use event_wait in wait_ready

2015-05-27 Thread Fam Zheng
Only poll the specific type of event we are interested in, to avoid stealing events that should be consumed by someone else. Suggested-by: John Snow Signed-off-by: Fam Zheng Reviewed-by: John Snow --- tests/qemu-iotests/iotests.py | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-)