index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
python: add tox support
John Snow
3
-2
/
+29
2021-06-01
python: add .gitignore
John Snow
1
-0
/
+15
2021-06-01
python: add Makefile for some common tasks
John Snow
3
-0
/
+55
2021-06-01
python: add avocado-framework and tests
John Snow
8
-0
/
+29
2021-06-01
python: add devel package requirements to setuptools
John Snow
5
-9
/
+27
2021-06-01
python/qemu: add qemu package itself to pipenv
John Snow
2
-2
/
+8
2021-06-01
python/qemu: add isort to pipenv
John Snow
2
-2
/
+3
2021-06-01
python: move .isort.cfg into setup.cfg
John Snow
2
-7
/
+8
2021-06-01
python: add mypy to pipenv
John Snow
3
-1
/
+38
2021-06-01
python: move mypy.ini into setup.cfg
John Snow
2
-4
/
+5
2021-06-01
python: Add flake8 to pipenv
John Snow
2
-1
/
+51
2021-06-01
python: add excluded dirs to flake8 config
John Snow
1
-0
/
+2
2021-06-01
python: move flake8 config to setup.cfg
John Snow
2
-2
/
+3
2021-06-01
python: add pylint to pipenv
John Snow
2
-0
/
+131
2021-06-01
python: move pylintrc into setup.cfg
John Snow
2
-58
/
+29
2021-06-01
python: add pylint import exceptions
John Snow
3
-2
/
+5
2021-06-01
python: Add pipenv support
John Snow
2
-0
/
+14
2021-06-01
python: add MANIFEST.in
John Snow
2
-0
/
+5
2021-06-01
python: add directory structure README.rst files
John Snow
5
-0
/
+74
2021-06-01
python: add VERSION file
John Snow
2
-0
/
+2
2021-06-01
python: add qemu package installer
John Snow
3
-0
/
+78
2021-06-01
python: create qemu packages
John Snow
11
-21
/
+72
2021-06-01
python/machine: Trim line length to below 80 chars
John Snow
1
-1
/
+1
2021-06-01
python/machine: disable warning for Popen in _launch()
John Snow
1
-0
/
+3
2021-06-01
python/machine: Disable pylint warning for open() in _pre_launch
John Snow
1
-1
/
+5
2021-06-01
python/console_socket: Add a pylint ignore
John Snow
1
-0
/
+1
2021-06-01
python/machine: use subprocess.run instead of subprocess.Popen
John Snow
1
-6
/
+9
2021-06-01
python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
John Snow
1
-4
/
+2
2021-06-01
python/console_socket: avoid one-letter variable
John Snow
1
-5
/
+5
2021-06-01
Python: add utility function for retrieving port redirection
Cleber Rosa
1
-0
/
+33
2021-06-01
Python: expose QEMUMachine's temporary directory
Cleber Rosa
2
-11
/
+19
2021-02-15
Python: close the log file kept by QEMUMachine before reading it
Cleber Rosa
1
-2
/
+2
2021-01-02
python: add __repr__ to ConsoleSocket to aid debugging
Alex Bennée
1
-0
/
+7
2020-12-10
treewide: do not use short-form boolean options
Paolo Bonzini
1
-1
/
+1
2020-11-23
tests: add prefixes to the bare mkdtemp calls
Alex Bennée
1
-1
/
+2
2020-10-20
python/qemu/qmp.py: Fix settimeout operation
John Snow
1
-6
/
+17
2020-10-20
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
1
-4
/
+5
2020-10-20
python: add mypy config
John Snow
1
-0
/
+4
2020-10-20
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
1
-4
/
+5
2020-10-20
python/qemu/console_socket.py: avoid encoding to/from string
John Snow
1
-15
/
+5
2020-10-20
python/qemu/console_socket.py: Add type hint annotations
John Snow
1
-9
/
+9
2020-10-20
python/qemu/console_socket.py: Clarify type of drain_thread
John Snow
1
-2
/
+1
2020-10-20
python/qemu/console_socket.py: fix typing of settimeout
John Snow
1
-4
/
+6
2020-10-20
python/qemu/console_socket.py: Correct type of recv()
John Snow
1
-2
/
+3
2020-10-20
python/qemu: Add mypy type annotations
John Snow
4
-75
/
+101
2020-10-20
python/qemu: make 'args' style arguments immutable
John Snow
2
-18
/
+34
2020-10-20
python/machine.py: fix _popen access
John Snow
1
-5
/
+11
2020-10-20
python/machine.py: Add _qmp access shim
John Snow
1
-11
/
+13
2020-10-20
python/machine.py: use qmp.command
John Snow
1
-12
/
+20
2020-10-20
python/machine.py: Handle None events in events_wait
John Snow
1
-7
/
+20
[next]