Re: [Qemu-block] [PATCH v5 18/21] iotests: add QMP event waiting queue

2015-04-17 Thread Max Reitz
On 09.04.2015 00:20, John Snow wrote: A filter is added to allow callers to request very specific events to be pulled from the event queue, while leaving undesired events still in the stream. This allows to poll for completion data for multiple asynchronous events in any arbitrary order. A new

[Qemu-block] [PATCH v5 18/21] iotests: add QMP event waiting queue

2015-04-08 Thread John Snow
A filter is added to allow callers to request very specific events to be pulled from the event queue, while leaving undesired events still in the stream. This allows to poll for completion data for multiple asynchronous events in any arbitrary order. A new timeout context is added to the qmp pull