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-07-13
python: Configure tox to skip missing interpreters
Wainer dos Santos Moschetta
2
-1
/
+5
2021-07-13
python/qemu: Add args property to the QEMUMachine class
Wainer dos Santos Moschetta
1
-0
/
+5
2021-07-13
Acceptance Tests: distinguish between temp and logs dir
Cleber Rosa
1
-3
/
+14
2021-06-30
python: Fix broken ReST docstrings
John Snow
5
-6
/
+8
2021-06-30
python: remove auto-generated pyproject.toml file
John Snow
1
-0
/
+2
2021-06-30
python: Update help text on 'make clean', 'make distclean'
John Snow
1
-4
/
+7
2021-06-30
python: Update help text on 'make check', 'make develop'
John Snow
1
-3
/
+7
2021-06-30
python: add 'make check-dev' invocation
John Snow
2
-2
/
+34
2021-06-30
python: only check qemu/ subdir with flake8
John Snow
2
-3
/
+1
2021-06-30
python: Fix .PHONY Make specifiers
John Snow
1
-2
/
+8
2021-06-30
python: update help text for check-tox
John Snow
1
-2
/
+6
2021-06-30
python: rename 'venv-check' target to 'check-pipenv'
John Snow
2
-11
/
+12
2021-06-30
python: Add no-install usage instructions
John Snow
1
-0
/
+28
2021-06-30
python: README.rst touchups
John Snow
1
-8
/
+9
2021-06-30
python: Re-lock pipenv at *oldest* supported versions
John Snow
2
-61
/
+56
2021-06-30
python: Remove global pylint suppressions
John Snow
3
-3
/
+6
2021-06-30
python: expose typing information via PEP 561
John Snow
4
-0
/
+4
2021-06-30
python/qom: Do not use 'err' name at module scope
John Snow
1
-2
/
+2
2021-06-18
python: add qmp-shell entry point
John Snow
1
-0
/
+1
2021-06-18
scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
John Snow
1
-0
/
+535
2021-06-18
python/qmp: return generic type from context manager
John Snow
1
-1
/
+4
2021-06-18
python/qmp: add QMPObject type alias
John Snow
1
-0
/
+3
2021-06-18
python/qemu-ga-client: add entry point
John Snow
2
-2
/
+1
2021-06-18
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
1
-0
/
+325
2021-06-18
python/qmp: Correct type of QMPReturnValue
John Snow
1
-9
/
+14
2021-06-18
python/qmp: add fuse command to 'qom' tools
John Snow
2
-2
/
+13
2021-06-18
scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
John Snow
1
-0
/
+206
2021-06-18
python: add optional FUSE dependencies
John Snow
2
-1
/
+14
2021-06-18
scripts/qom-fuse: add static type hints
John Snow
1
-0
/
+8
2021-06-18
python: Add 'fh' to known-good variable names
John Snow
1
-3
/
+4
2021-06-18
python/qmp: add qom script entry points
John Snow
1
-0
/
+8
2021-06-18
python/qmp: Add qom script rewrites
John Snow
2
-0
/
+440
2021-06-18
python/qmp: add parse_address classmethod
John Snow
1
-0
/
+26
2021-06-18
python/qmp: Fix type of SocketAddrT
John Snow
1
-1
/
+1
2021-06-18
python/pipenv: Update Pipfile.lock
John Snow
1
-3
/
+88
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
[next]