Re: [PATCH v3] python/qemu/qmp.py: QMP debug with VM label

2020-03-12 Thread Laurent Vivier
Le 12/03/2020 à 18:41, John Snow a écrit : > > > On 3/12/20 1:09 PM, no-re...@patchew.org wrote: >> ** >> ERROR:/tmp/qemu-test/src/tests/qtest/dbus-vmstate-test.c:114:get_connection: >> assertion failed (err == NULL): The connection is closed (g-io-error-quark, >> 18) >> ERROR - Bail out! >> E

Re: [PATCH v3] python/qemu/qmp.py: QMP debug with VM label

2020-03-12 Thread John Snow
On 3/12/20 1:09 PM, no-re...@patchew.org wrote: > ** > ERROR:/tmp/qemu-test/src/tests/qtest/dbus-vmstate-test.c:114:get_connection: > assertion failed (err == NULL): The connection is closed (g-io-error-quark, > 18) > ERROR - Bail out! > ERROR:/tmp/qemu-test/src/tests/qtest/dbus-vmstate-test.

Re: [PATCH v3] python/qemu/qmp.py: QMP debug with VM label

2020-03-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200312145340.23555-1-ovosh...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash exp

[PATCH v3] python/qemu/qmp.py: QMP debug with VM label

2020-03-12 Thread Oksana Vohchana
QEMUMachine writes some messages to the default logger. But it sometimes hard to read the output if we have requests to more than one VM. This patch adds a label to the logger in the debug mode. Signed-off-by: Oksana Vohchana --- v2: - Instead of shown the label in the message it provides the la