[Qemu-devel] [PATCH 0/5] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol

Eduardo Habkost posted 5 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170927130339.21444-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH 0/5] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol
Posted by Eduardo Habkost 6 years, 6 months ago
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