]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/iotests.py
qemu-iotests: Add VM.get_qmp_events_filtered()
authorKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 15:59:46 +0000 (17:59 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 30 May 2018 11:31:09 +0000 (13:31 +0200)
commit5ad1dbf76a97b6f07d685585175832e990fe9a92
treee7f380126f3c028cac7e9ab25b4e6e2c833a0106
parente5ab4347f9f53495e31fcef5e232c7c6be4a0567
qemu-iotests: Add VM.get_qmp_events_filtered()

This adds a helper function that returns a list of QMP events that are
already filtered through filter_qmp_event().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
tests/qemu-iotests/iotests.py