Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Jeff Cody
On Fri, May 25, 2018 at 06:33:19PM +0200, 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 > --- > tests/qemu-iotests/iotests.py | 11 +++ > 1 file changed, 11 insertions(+) > >

Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Max Reitz
On 2018-05-29 14:39, Kevin Wolf wrote: > Am 29.05.2018 um 14:15 hat Max Reitz geschrieben: >> On 2018-05-29 14:12, Kevin Wolf wrote: >>> Am 29.05.2018 um 13:48 hat Max Reitz geschrieben: On 2018-05-25 18:33, Kevin Wolf wrote: > This adds a helper function that logs both the QMP request

Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Kevin Wolf
Am 29.05.2018 um 14:15 hat Max Reitz geschrieben: > On 2018-05-29 14:12, Kevin Wolf wrote: > > Am 29.05.2018 um 13:48 hat Max Reitz geschrieben: > >> On 2018-05-25 18:33, Kevin Wolf wrote: > >>> This adds a helper function that logs both the QMP request and the > >>> received response before

Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Max Reitz
On 2018-05-29 14:12, Kevin Wolf wrote: > Am 29.05.2018 um 13:48 hat Max Reitz geschrieben: >> On 2018-05-25 18:33, 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 >>> --- >>>

Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Kevin Wolf
Am 29.05.2018 um 13:48 hat Max Reitz geschrieben: > On 2018-05-25 18:33, 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 > > --- > > tests/qemu-iotests/iotests.py | 11

Re: [Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-29 Thread Max Reitz
On 2018-05-25 18:33, 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 > --- > tests/qemu-iotests/iotests.py | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

[Qemu-block] [PATCH 06/14] qemu-iotests: Add VM.qmp_log()

2018-05-25 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 --- tests/qemu-iotests/iotests.py | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tests/qemu-iotests/iotests.py