From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXxiz-0006as-QM for qemu-devel@nongnu.org; Tue, 17 Mar 2015 16:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXxiw-0004Rx-Lf for qemu-devel@nongnu.org; Tue, 17 Mar 2015 16:04:25 -0400 Message-ID: <550888C3.8080902@redhat.com> Date: Tue, 17 Mar 2015 16:04:19 -0400 From: Max Reitz MIME-Version: 1.0 References: <1425528911-10300-1-git-send-email-jsnow@redhat.com> <1425528911-10300-9-git-send-email-jsnow@redhat.com> In-Reply-To: <1425528911-10300-9-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/11] iotests: add QMP event waiting queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-block@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, vsementsov@parallels.com, stefanha@redhat.com On 2015-03-04 at 23:15, 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. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) Reviewed-by: Max Reitz