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

2020-03-17 Thread Cleber Rosa
On Mon, Mar 16, 2020 at 12:32:03PM +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 v4] python/qemu/qmp.py: QMP debug with VM label

2020-03-17 Thread Wainer dos Santos Moschetta
On 3/16/20 7:32 AM, 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. For example,  tests/acceptance/migration.py uses two VMs and reading the qmp outputs on avocado's log is very

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

2020-03-16 Thread John Snow
On 3/16/20 6:32 AM, 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 Vohchana > --- > v2:

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

2020-03-16 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