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

Eduardo Habkost posted 3 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171005172013.3098-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
scripts/qemu.py                     |  9 +++------
scripts/qmp/qmp.py                  | 16 +++++++---------
tests/migration/guestperf/engine.py |  6 ++----
tests/migration/guestperf/shell.py  | 13 +++++++++++++
tests/qemu-iotests/iotests.py       |  2 --
5 files changed, 25 insertions(+), 21 deletions(-)
[Qemu-devel] [PATCH v2 0/3] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol
Posted by Eduardo Habkost 6 years, 6 months ago
Changes v1 -> v2:
* Rebased to python-next (some patches from v1 are already queued
  there)S
* guestperf: Inline init_logging() method on all callers because
  not all classes derive from BaseShell (reported by Lukáš
  Doktor)

This series removes the 'debug' parameter from QEMUMachine and
QEMUMonitorProtocol and lets scripts use the logging module to
enable debugging messages.

Eduardo Habkost (3):
  guestperf: Configure logging on all shell frontends
  scripts: Remove debug parameter from QEMUMonitorProtocol
  scripts: Remove debug parameter from QEMUMachine

 scripts/qemu.py                     |  9 +++------
 scripts/qmp/qmp.py                  | 16 +++++++---------
 tests/migration/guestperf/engine.py |  6 ++----
 tests/migration/guestperf/shell.py  | 13 +++++++++++++
 tests/qemu-iotests/iotests.py       |  2 --
 5 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.13.6