Re: [Qemu-devel] [PATCH v2 06/16] qemu-iotests: Add VM.qmp_log()

2018-05-30 Thread Max Reitz
On 2018-05-29 22:39, Kevin Wolf wrote: > This adds a helper function that logs both the QMP request and the > received response before returning it. > > Signed-off-by: Kevin Wolf > Reviewed-by: Jeff Cody > --- > tests/qemu-iotests/iotests.py | 11 +++ > 1 file changed, 11 insertions(+)

[Qemu-devel] [PATCH v2 06/16] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Kevin Wolf
This adds a helper function that logs both the QMP request and the received response before returning it. Signed-off-by: Kevin Wolf Reviewed-by: Jeff Cody --- tests/qemu-iotests/iotests.py | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/qemu-iotests/iotests.py b/tests/qem