Re: [PATCH v2 2/3] iotests: Allow using QMP with the QSD

2022-02-25 Thread Eric Blake
On Wed, Feb 16, 2022 at 11:53:54AM +0100, Hanna Reitz wrote: > Add a parameter to optionally open a QMP connection when creating a > QemuStorageDaemon instance. > > Signed-off-by: Hanna Reitz > --- > tests/qemu-iotests/iotests.py | 32 +++- > 1 file changed, 31

[PATCH v2 2/3] iotests: Allow using QMP with the QSD

2022-02-16 Thread Hanna Reitz
Add a parameter to optionally open a QMP connection when creating a QemuStorageDaemon instance. Signed-off-by: Hanna Reitz --- tests/qemu-iotests/iotests.py | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/iotests.py