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
2023-11-24
buildsys: Bump known good meson version to v1.2.3
Philippe Mathieu-Daudé
3
-2
/
+2
2023-10-12
python/machine.py: upgrade vm.cmd() method
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
7
-15
/
+15
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
2
-3
/
+3
2023-10-12
qmp_shell.py: _fill_completion() use .command() instead of .cmd()
Vladimir Sementsov-Ogievskiy
1
-6
/
+14
2023-10-12
python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
Vladimir Sementsov-Ogievskiy
1
-5
/
+1
2023-10-11
Python: Enable python3.12 support
John Snow
1
-1
/
+2
2023-10-11
python/qmp: remove Server.wait_closed() call for Python 3.12
John Snow
1
-1
/
+0
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
2
-22
/
+1
2023-10-11
python/machine: use socketpair() for qtest connection
John Snow
1
-9
/
+40
2023-10-11
python/machine: use socketpair() for console connections
John Snow
1
-3
/
+27
2023-10-11
python/console_socket: accept existing FD in initializer
John Snow
1
-8
/
+21
2023-10-11
python/machine: close sock_pair in cleanup path
John Snow
1
-0
/
+5
2023-10-11
python/machine: move socket setup out of _base_args property
John Snow
1
-3
/
+2
2023-09-20
tests/avocado: Fix console data loss
Nicholas Piggin
1
-0
/
+19
2023-09-07
Revert "mkvenv: work around broken pip installations on Debian 10"
Paolo Bonzini
1
-58
/
+16
2023-09-07
mkvenv: assume presence of importlib.metadata
Paolo Bonzini
2
-178
/
+28
2023-09-07
Python: Drop support for Python 3.7
Paolo Bonzini
4
-10
/
+12
2023-08-28
Revert "tests: Use separate virtual environment for avocado"
Paolo Bonzini
1
-8
/
+5
2023-08-28
python: use vendored tomli
Paolo Bonzini
2
-1
/
+4
2023-08-28
python: mkvenv: add ensuregroup command
Paolo Bonzini
2
-1
/
+131
2023-08-28
python: mkvenv: introduce TOML-like representation of dependencies
Paolo Bonzini
1
-16
/
+61
2023-08-28
python: mkvenv: tweak the matching of --diagnose to depspecs
Paolo Bonzini
1
-1
/
+4
2023-07-07
python: bump minimum requirements so they are compatible with 3.12
Paolo Bonzini
3
-7
/
+9
2023-06-06
mkvenv: always pass locally-installed packages to pip
Paolo Bonzini
1
-2
/
+74
2023-05-31
Revert "python/qmp/protocol: add open_with_socket()"
John Snow
1
-19
/
+5
2023-05-31
python/qmp/legacy: remove open_with_socket() calls
John Snow
2
-20
/
+16
2023-05-31
python/machine: use connect-based interface for existing sockets
John Snow
1
-5
/
+7
2023-05-31
python/qmp/legacy: allow using sockets for connect()
John Snow
1
-2
/
+3
2023-05-31
python/qmp: allow sockets to be passed to connect()
John Snow
1
-6
/
+15
2023-05-22
Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...
Richard Henderson
2
-6
/
+6
2023-05-22
docs/interop: Convert qmp-spec.txt to rST
Peter Maydell
2
-6
/
+6
2023-05-19
mkvenv: pass first missing package to diagnose()
Paolo Bonzini
1
-12
/
+25
2023-05-19
mkvenv: replace distlib.database with importlib.metadata/pkg_resources
Paolo Bonzini
2
-54
/
+65
2023-05-18
meson: require 0.63.0
Paolo Bonzini
3
-2
/
+2
2023-05-18
python: bump some of the dependencies
Paolo Bonzini
2
-15
/
+9
2023-05-18
mkvenv: mark command as required
Paolo Bonzini
1
-0
/
+1
2023-05-18
Python: Drop support for Python 3.6
Paolo Bonzini
3
-10
/
+9
2023-05-18
python/wheels: add vendored meson package
John Snow
1
-0
/
+0
2023-05-18
python: add vendor.py utility
John Snow
1
-0
/
+74
2023-05-18
mkvenv: work around broken pip installations on Debian 10
John Snow
1
-16
/
+56
2023-05-18
mkvenv: avoid ensurepip if pip is installed
John Snow
1
-3
/
+64
2023-05-18
mkvenv: use pip's vendored distlib as a fallback
John Snow
2
-3
/
+40
2023-05-18
mkvenv: add console script entry point generation
John Snow
2
-0
/
+117
2023-05-18
mkvenv: add --diagnose option to explain "ensure" failures
John Snow
1
-1
/
+169
2023-05-18
mkvenv: add ensure subcommand
John Snow
3
-3
/
+145
2023-05-18
mkvenv: add nested venv workaround
John Snow
1
-5
/
+86
2023-05-18
mkvenv: add better error message for broken or missing ensurepip
John Snow
1
-0
/
+37
2023-05-18
python: add mkvenv.py
John Snow
6
-0
/
+260
2023-05-18
python: update pylint configuration
John Snow
1
-0
/
+1
[next]