index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qemu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu.py: Fix error message when qemu dies from signal
Eric Blake
2019-01-17
1
-1
/
+1
*
scripts/qemu.py: use a more consistent docstring style
Cleber Rosa
2018-10-31
1
-24
/
+41
*
iotests: Explicitly bequeath FDs in Python
Max Reitz
2018-10-31
1
-5
/
+29
*
Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...
Peter Maydell
2018-10-30
1
-1
/
+1
|
\
|
*
scripts/qemu.py: remove trailing quotes on docstring
Cleber Rosa
2018-10-26
1
-1
/
+1
*
|
tests/vm: Let kvm_available() work in cross environments
Philippe Mathieu-Daudé
2018-10-26
1
-0
/
+2
*
|
tests/vm: Extract the kvm_available() handy function
Philippe Mathieu-Daudé
2018-10-26
1
-0
/
+4
|
/
*
scripts/qemu.py: introduce set_console() method
Cleber Rosa
2018-06-15
1
-1
/
+96
*
scripts/qemu.py: allow adding to the list of extra arguments
Cleber Rosa
2018-06-15
1
-0
/
+6
*
qemu.py: Use items() instead of iteritems()
Eduardo Habkost
2018-03-12
1
-1
/
+1
*
qemu.py: don't launch again before shutdown()
Amador Pahim
2018-02-05
1
-0
/
+8
*
qemu.py: cleanup redundant calls in launch()
Amador Pahim
2018-02-05
1
-5
/
+1
*
qemu.py: use poll() instead of 'returncode'
Amador Pahim
2018-02-05
1
-2
/
+2
*
qemu.py: always cleanup on shutdown()
Amador Pahim
2018-02-05
1
-4
/
+5
*
qemu.py: refactor launch()
Amador Pahim
2018-02-05
1
-11
/
+18
*
qemu.py: better control of created files
Amador Pahim
2018-02-05
1
-10
/
+29
*
qemu.py: remove unused import
Amador Pahim
2018-02-05
1
-1
/
+0
*
scripts: Remove debug parameter from QEMUMachine
Eduardo Habkost
2017-10-11
1
-4
/
+2
*
scripts: Remove debug parameter from QEMUMonitorProtocol
Eduardo Habkost
2017-10-11
1
-2
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2017-09-22
1
-0
/
+3
|
\
|
*
qemu.py: Call logging.basicConfig() automatically
Eduardo Habkost
2017-09-22
1
-0
/
+3
*
|
qemu.py: Add "wait()" method
Fam Zheng
2017-09-22
1
-0
/
+7
|
/
*
qemu.py: Fix syntax error
Kevin Wolf
2017-09-18
1
-2
/
+2
*
qemu.py: include debug information on launch error
Amador Pahim
2017-09-16
1
-0
/
+7
*
qemu.py: improve message on negative exit code
Amador Pahim
2017-09-16
1
-7
/
+17
*
qemu.py: use os.path.null instead of /dev/null
Amador Pahim
2017-09-16
1
-2
/
+2
*
qemu.py: avoid writing to stdout/stderr
Amador Pahim
2017-09-16
1
-9
/
+22
*
qemu.py: fix is_running() return before first launch()
Amador Pahim
2017-09-16
1
-1
/
+1
*
qemu.py: Use custom exceptions rather than Exception
Lukáš Doktor
2017-09-16
1
-2
/
+15
*
qemu.py: Simplify QMP key-conversion
Lukáš Doktor
2017-09-16
1
-4
/
+1
*
qemu.py: Use iteritems rather than keys()
Lukáš Doktor
2017-09-16
1
-3
/
+3
*
qemu|qtest: Avoid dangerous arguments
Lukáš Doktor
2017-09-16
1
-1
/
+5
*
qemu.py: Pylint/style fixes
Lukáš Doktor
2017-09-16
1
-18
/
+55
*
qemu.py: make VM() a context manager
Stefan Hajnoczi
2017-09-05
1
-1
/
+15
*
qemu.py: Add QEMUMachine.exitcode() method
Eduardo Habkost
2017-06-05
1
-0
/
+5
*
qemu.py: Don't set _popen=None on error/shutdown
Eduardo Habkost
2017-06-05
1
-5
/
+7
*
iotest: fix python based IO tests
Daniel P. Berrange
2016-07-26
1
-6
/
+26
*
scripts: refactor the VM class in iotests for reuse
Daniel P. Berrange
2016-07-22
1
-0
/
+202