Re: [Qemu-devel] [PATCH 2/5] iotests: Set up Python logging

2017-09-28 Thread Lukáš Doktor
Dne 27.9.2017 v 15:03 Eduardo Habkost napsal(a): > Set up Python logging module instead of relying on > QEMUMachine._debug to enable debugging messages. > > Cc: Kevin Wolf > Cc: Max Reitz > Cc: qemu-bl...@nongnu.org > Signed-off-by: Eduardo Habkost > --- > tests/qemu-iotests/iotests.py | 3 +++

Re: [Qemu-devel] [PATCH 2/5] iotests: Set up Python logging

2017-09-27 Thread Daniel P. Berrange
On Wed, Sep 27, 2017 at 10:03:36AM -0300, Eduardo Habkost wrote: > Set up Python logging module instead of relying on > QEMUMachine._debug to enable debugging messages. > > Cc: Kevin Wolf > Cc: Max Reitz > Cc: qemu-bl...@nongnu.org > Signed-off-by: Eduardo Habkost > --- > tests/qemu-iotests/io

[Qemu-devel] [PATCH 2/5] iotests: Set up Python logging

2017-09-27 Thread Eduardo Habkost
Set up Python logging module instead of relying on QEMUMachine._debug to enable debugging messages. Cc: Kevin Wolf Cc: Max Reitz Cc: qemu-bl...@nongnu.org Signed-off-by: Eduardo Habkost --- tests/qemu-iotests/iotests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/qemu-iotests/