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

2020-03-16 Thread Oksana Voshchana
Hi Eduardo I'm already fixing it. Thank you, On Sun, Mar 15, 2020 at 5:39 PM Eduardo Habkost wrote: > On Thu, Mar 12, 2020 at 04:05:47PM +0200, Oksana Vohchana wrote: > > QEMUMachine writes some messages to the default logger. > > But it sometimes hard to read the output if we have requests to

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

2020-03-15 Thread Eduardo Habkost
On Thu, Mar 12, 2020 at 04:05:47PM +0200, Oksana Vohchana wrote: > 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

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

2020-03-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200312140547.20448-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

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

2020-03-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200312140547.20448-1-ovosh...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v2] python/qemu/qmp.py: QMP debug with VM label Message-id: 20200312140547.20448-1-ovosh

[PATCH v2] 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