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. Changes v3->v4: - Squash the 2 first commits since they are co-dependant. - Cleanup launch() and shutdown(). - Reorder the commits, putting the rename of self._args first. - Rebased. Changes v4->v5: - Break the cleanup commit into logical changes and include in the commit messages the rationale for making them. Changes v5->v6: - Remove the commit to rename self._args. - Fix is_running() return before first call to maunch(). - Use python logging system. - Include the full command line on negative exit code error message. - Use os.path.null instead of /dev/null. - Improve the control over the created/deleted files.
Amador Pahim (7): qemu.py: use poll() instead of 'returncode' qemu.py: fix is_running() return before first launch() qemu.py: use python logging system qemu.py: improve message on negative exit code qemu.py: use os.path.null instead of /dev/null qemu.py: cleanup and improve launch()/shutdown() qemu.py: include debug information on launch error scripts/qemu.py | 121 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 91 insertions(+), 30 deletions(-) -- 2.13.3