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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
python: add pylint import exceptions
John Snow
2021-06-01
3
-2
/
+5
*
python: Add pipenv support
John Snow
2021-06-01
2
-0
/
+14
*
python: add MANIFEST.in
John Snow
2021-06-01
2
-0
/
+5
*
python: add directory structure README.rst files
John Snow
2021-06-01
5
-0
/
+74
*
python: add VERSION file
John Snow
2021-06-01
2
-0
/
+2
*
python: add qemu package installer
John Snow
2021-06-01
3
-0
/
+78
*
python: create qemu packages
John Snow
2021-06-01
11
-21
/
+72
*
python/machine: Trim line length to below 80 chars
John Snow
2021-06-01
1
-1
/
+1
*
python/machine: disable warning for Popen in _launch()
John Snow
2021-06-01
1
-0
/
+3
*
python/machine: Disable pylint warning for open() in _pre_launch
John Snow
2021-06-01
1
-1
/
+5
*
python/console_socket: Add a pylint ignore
John Snow
2021-06-01
1
-0
/
+1
*
python/machine: use subprocess.run instead of subprocess.Popen
John Snow
2021-06-01
1
-6
/
+9
*
python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
John Snow
2021-06-01
1
-4
/
+2
*
python/console_socket: avoid one-letter variable
John Snow
2021-06-01
1
-5
/
+5
*
Python: add utility function for retrieving port redirection
Cleber Rosa
2021-06-01
1
-0
/
+33
*
Python: expose QEMUMachine's temporary directory
Cleber Rosa
2021-06-01
2
-11
/
+19
*
Python: close the log file kept by QEMUMachine before reading it
Cleber Rosa
2021-02-16
1
-2
/
+2
*
python: add __repr__ to ConsoleSocket to aid debugging
Alex Bennée
2021-01-02
1
-0
/
+7
*
treewide: do not use short-form boolean options
Paolo Bonzini
2020-12-10
1
-1
/
+1
*
tests: add prefixes to the bare mkdtemp calls
Alex Bennée
2020-11-23
1
-1
/
+2
*
python/qemu/qmp.py: Fix settimeout operation
John Snow
2020-10-20
1
-6
/
+17
*
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
2020-10-20
1
-4
/
+5
*
python: add mypy config
John Snow
2020-10-20
1
-0
/
+4
*
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
2020-10-20
1
-4
/
+5
*
python/qemu/console_socket.py: avoid encoding to/from string
John Snow
2020-10-20
1
-15
/
+5
*
python/qemu/console_socket.py: Add type hint annotations
John Snow
2020-10-20
1
-9
/
+9
*
python/qemu/console_socket.py: Clarify type of drain_thread
John Snow
2020-10-20
1
-2
/
+1
*
python/qemu/console_socket.py: fix typing of settimeout
John Snow
2020-10-20
1
-4
/
+6
*
python/qemu/console_socket.py: Correct type of recv()
John Snow
2020-10-20
1
-2
/
+3
*
python/qemu: Add mypy type annotations
John Snow
2020-10-20
4
-75
/
+101
*
python/qemu: make 'args' style arguments immutable
John Snow
2020-10-20
2
-18
/
+34
*
python/machine.py: fix _popen access
John Snow
2020-10-20
1
-5
/
+11
*
python/machine.py: Add _qmp access shim
John Snow
2020-10-20
1
-11
/
+13
*
python/machine.py: use qmp.command
John Snow
2020-10-20
1
-12
/
+20
*
python/machine.py: Handle None events in events_wait
John Snow
2020-10-20
1
-7
/
+20
*
python/machine.py: Don't modify state in _base_args()
John Snow
2020-10-20
2
-10
/
+14
*
python/machine.py: reorder __init__
John Snow
2020-10-20
1
-19
/
+25
*
python/machine.py: Fix monitor address typing
John Snow
2020-10-20
1
-15
/
+25
*
python/qemu: use isort to lay out imports
John Snow
2020-10-20
6
-11
/
+19
*
python/qemu: Change ConsoleSocket to optionally drain socket.
Robert Foley
2020-07-27
2
-46
/
+59
*
python/qemu: Cleanup changes to ConsoleSocket
Robert Foley
2020-07-27
3
-32
/
+34
*
python/machine: Change default timeout to 30 seconds
John Snow
2020-07-25
1
-15
/
+15
*
python/qmp.py: add QMPProtocolError
John Snow
2020-07-14
1
-0
/
+10
*
python/qmp.py: add casts to JSON deserialization
John Snow
2020-07-14
1
-2
/
+6
*
python/qmp.py: Do not return None from cmd_obj
John Snow
2020-07-14
1
-9
/
+5
*
python/qmp.py: re-absorb MonitorResponseError
John Snow
2020-07-14
2
-16
/
+16
*
python/qmp.py: Define common types
John Snow
2020-07-14
1
-0
/
+18
*
python/machine.py: change default wait timeout to 3 seconds
John Snow
2020-07-14
1
-2
/
+2
*
python/machine.py: re-add sigkill warning suppression
John Snow
2020-07-14
1
-1
/
+6
*
python/machine.py: split shutdown into hard and soft flavors
John Snow
2020-07-14
1
-15
/
+83
[prev]
[next]