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

2020-03-12 Thread Oksana Voshchana
Hi John Your approach to using logger hierarchy it's actually what I need. Thanks for the review. The second version of the patch I will send in a few mins On Tue, Mar 10, 2020 at 3:46 AM John Snow wrote: > > > On 3/4/20 5:05 AM, Oksana Vohchana wrote: > > QEMUMachine writes some messages to the

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

2020-03-09 Thread John Snow
On 3/4/20 5:05 AM, Oksana Vohchana wrote: > QEMUMachine writes some messages to the default logger. > But it sometimes to hard the read the output if we have requested to > more than one VM. > This patch adds name in QMP command if it needs and labels with it in > debug mode. > Hiya! I like t

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

2020-03-04 Thread Oksana Vohchana
QEMUMachine writes some messages to the default logger. But it sometimes to hard the read the output if we have requested to more than one VM. This patch adds name in QMP command if it needs and labels with it in debug mode. Signed-off-by: Oksana Vohchana --- python/qemu/machine.py | 8