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 tox support
John Snow
2021-06-01
3
-2
/
+29
*
python: add .gitignore
John Snow
2021-06-01
1
-0
/
+15
*
python: add Makefile for some common tasks
John Snow
2021-06-01
3
-0
/
+55
*
python: add avocado-framework and tests
John Snow
2021-06-01
8
-0
/
+29
*
python: add devel package requirements to setuptools
John Snow
2021-06-01
5
-9
/
+27
*
python/qemu: add qemu package itself to pipenv
John Snow
2021-06-01
2
-2
/
+8
*
python/qemu: add isort to pipenv
John Snow
2021-06-01
2
-2
/
+3
*
python: move .isort.cfg into setup.cfg
John Snow
2021-06-01
2
-7
/
+8
*
python: add mypy to pipenv
John Snow
2021-06-01
3
-1
/
+38
*
python: move mypy.ini into setup.cfg
John Snow
2021-06-01
2
-4
/
+5
*
python: Add flake8 to pipenv
John Snow
2021-06-01
2
-1
/
+51
*
python: add excluded dirs to flake8 config
John Snow
2021-06-01
1
-0
/
+2
*
python: move flake8 config to setup.cfg
John Snow
2021-06-01
2
-2
/
+3
*
python: add pylint to pipenv
John Snow
2021-06-01
2
-0
/
+131
*
python: move pylintrc into setup.cfg
John Snow
2021-06-01
2
-58
/
+29
*
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
[next]