scripts: Remove debug parameter from QEMUMachine
commit1a6d3757107181dc0b9baf3dd8ff40fb2a242b66
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 5 Oct 2017 17:20:13 +0000 (5 14:20 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 11 Oct 2017 18:15:17 +0000 (11 15:15 -0300)
tree7539d891d99da4ce3f5bf814251a3e39e41f9b51
parent091776545f759f379fa9ae5b67ce5b2a6153a010
scripts: Remove debug parameter from QEMUMachine

All scripts that use the QEMUMachine and QEMUQtestMachine classes
(device-crash-test, tests/migration/*, iotests.py, basevm.py)
already configure logging.

The basicConfig() call inside QEMUMachine.__init__() is being
kept just to make sure a script would still work if it didn't
configure logging.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20171005172013.3098-4-ehabkost@redhat.com>
Reviewed-by: Lukáš Doktor <ldoktor@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
scripts/qemu.py
tests/migration/guestperf/engine.py
tests/qemu-iotests/iotests.py