qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol
@ 2017-09-27 13:03 Eduardo Habkost
  2017-09-27 13:03 ` [Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Eduardo Habkost @ 2017-09-27 13:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Lukáš Doktor, Cleber Rosa

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-09-28 14:02 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27 13:03 [Qemu-devel] [PATCH 0/5] scripts: Remove 'debug' parameter from QEMUMachine & QEMUMonitorProtocol Eduardo Habkost
2017-09-27 13:03 ` [Qemu-devel] [PATCH 1/5] guestperf: Configure logging on all shell frontends Eduardo Habkost
2017-09-27 13:17   ` Daniel P. Berrange
2017-09-28  9:15   ` Lukáš Doktor
2017-09-28 13:19     ` Eduardo Habkost
2017-09-27 13:03 ` [Qemu-devel] [PATCH 2/5] iotests: Set up Python logging Eduardo Habkost
2017-09-27 13:17   ` Daniel P. Berrange
2017-09-28  8:54   ` Lukáš Doktor
2017-09-27 13:03 ` [Qemu-devel] [PATCH 3/5] basevm: Call logging.basicConfig() Eduardo Habkost
2017-09-27 13:19   ` Daniel P. Berrange
2017-09-27 13:35   ` Fam Zheng
2017-09-27 13:40     ` Eduardo Habkost
2017-09-28  9:24   ` Lukáš Doktor
2017-09-27 13:03 ` [Qemu-devel] [PATCH 4/5] scripts: Remove debug parameter from QEMUMonitorProtocol Eduardo Habkost
2017-09-27 13:20   ` Daniel P. Berrange
2017-09-27 13:33   ` Fam Zheng
2017-09-27 13:41     ` Eduardo Habkost
2017-09-27 13:44     ` [Qemu-devel] [PATCH] fixup! " Eduardo Habkost
2017-09-28  9:33       ` Lukáš Doktor
2017-09-28 14:01         ` Eduardo Habkost
2017-09-27 13:03 ` [Qemu-devel] [PATCH 5/5] scripts: Remove debug parameter from QEMUMachine Eduardo Habkost
2017-09-27 13:22   ` Daniel P. Berrange
2017-09-27 13:38     ` Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).