This series removes the 'debug' parameter from QEMUMachine and QEMUMonitorProtocol and lets scripts use the logging module to enable debugging messages.
Eduardo Habkost (5): guestperf: Configure logging on all shell frontends iotests: Set up Python logging basevm: Call logging.basicConfig() scripts: Remove debug parameter from QEMUMonitorProtocol scripts: Remove debug parameter from QEMUMachine scripts/qemu.py | 9 +++------ scripts/qmp/qmp.py | 13 ++++++------- tests/migration/guestperf/engine.py | 6 ++---- tests/migration/guestperf/shell.py | 9 +++++++++ tests/qemu-iotests/iotests.py | 5 +++-- tests/vm/basevm.py | 4 ++-- 6 files changed, 25 insertions(+), 21 deletions(-) -- 2.13.5