Re: [Qemu-devel] [PATCH 0/3] scripts/qemu.py small fixes

2017-07-18 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/3] scripts/qemu.py small fixes Message-id: 20170718101521.1223-1-apa...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH 0/3] scripts/qemu.py small fixes

2017-07-18 Thread Amador Pahim
First commit fixes the 'is_running()' method, which is not working currently. Second commit includes the qemu command line and its output when there's an exception during the launch() and the VM is not started. Last commit renames self._args to self.args. The leading underscore represents that th