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

2017-07-19 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20170719163108.26943-1-apa...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/3] scripts/qemu.py small fixes Type

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

2017-07-19 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