All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] scripts/qemu.py small fixes
@ 2017-07-20  9:18 Amador Pahim
  2017-07-20  9:19 ` [Qemu-devel] [PATCH v3 1/3] qemu.py: fix is_running() Amador Pahim
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Amador Pahim @ 2017-07-20  9:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: famz, berrange, ehabkost, mreitz, kwolf, armbru, crosa, ldoktor,
	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 the variable is private and as such it should not be
accessed externally. But that variable is the main API for inclusion
of Qemu command arguments, so the rename makes it public.

Changes v1->v2:
 - Style fixes to make checkpatch.pl happy.
 - Rebased.
Changes v2->v3:
 - Fix typo in patch 3 ("qemu.py: make 'args' public") commit message.

Amador Pahim (3):
  qemu.py: fix is_running()
  qemu.py: include debug information on launch error
  qemu.py: make 'args' public

 scripts/qemu.py               | 33 ++++++++++++++++++++++++---------
 tests/qemu-iotests/iotests.py | 18 +++++++++---------
 2 files changed, 33 insertions(+), 18 deletions(-)

-- 
2.13.3

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

end of thread, other threads:[~2017-07-21  7:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  9:18 [Qemu-devel] [PATCH v3 0/3] scripts/qemu.py small fixes Amador Pahim
2017-07-20  9:19 ` [Qemu-devel] [PATCH v3 1/3] qemu.py: fix is_running() Amador Pahim
2017-07-20 11:49   ` Markus Armbruster
2017-07-20 12:57     ` Amador Pahim
2017-07-20 15:09       ` Markus Armbruster
2017-07-20 15:46         ` Amador Pahim
2017-07-20 17:49         ` Eduardo Habkost
2017-07-20 20:14           ` Amador Pahim
2017-07-21  7:34             ` Lukáš Doktor
2017-07-20  9:19 ` [Qemu-devel] [PATCH v3 2/3] qemu.py: include debug information on launch error Amador Pahim
2017-07-20 11:58   ` Markus Armbruster
2017-07-20 13:14     ` Amador Pahim
2017-07-20 14:43       ` Eduardo Habkost
2017-07-20 15:51         ` Amador Pahim
2017-07-20 15:01       ` Markus Armbruster
2017-07-20 15:50         ` Amador Pahim
2017-07-20  9:19 ` [Qemu-devel] [PATCH v3 3/3] qemu.py: make 'args' public Amador Pahim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.