aboutsummaryrefslogtreecommitdiffstats
path: root/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: mkvenv: remove ensure commandPaolo Bonzini2024-06-081-105/+0
* Revert "python: use vendored tomli"Paolo Bonzini2024-06-082-3/+0
* python/qemu/machine: add method to retrieve QEMUMachine::binary fieldMaksim Davydov2024-04-251-0/+5
* buildsys: Bump known good meson version to v1.2.3Philippe Mathieu-Daudé2023-11-243-2/+2
* python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy2023-10-121-1/+11
* python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2023-10-127-15/+15
* python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2023-10-122-3/+3
* qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy2023-10-121-6/+14
* python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy2023-10-121-5/+1
* Python: Enable python3.12 supportJohn Snow2023-10-111-1/+2
* python/qmp: remove Server.wait_closed() call for Python 3.12John Snow2023-10-111-1/+0
* python/machine: remove unused sock_dir argumentJohn Snow2023-10-112-22/+1
* python/machine: use socketpair() for qtest connectionJohn Snow2023-10-111-9/+40
* python/machine: use socketpair() for console connectionsJohn Snow2023-10-111-3/+27
* python/console_socket: accept existing FD in initializerJohn Snow2023-10-111-8/+21
* python/machine: close sock_pair in cleanup pathJohn Snow2023-10-111-0/+5
* python/machine: move socket setup out of _base_args propertyJohn Snow2023-10-111-3/+2
* tests/avocado: Fix console data lossNicholas Piggin2023-09-201-0/+19
* Revert "mkvenv: work around broken pip installations on Debian 10"Paolo Bonzini2023-09-071-58/+16
* mkvenv: assume presence of importlib.metadataPaolo Bonzini2023-09-072-178/+28
* Python: Drop support for Python 3.7Paolo Bonzini2023-09-074-10/+12
* Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini2023-08-281-8/+5
* python: use vendored tomliPaolo Bonzini2023-08-282-1/+4
* python: mkvenv: add ensuregroup commandPaolo Bonzini2023-08-282-1/+131
* python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini2023-08-281-16/+61
* python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini2023-08-281-1/+4
* python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini2023-07-073-7/+9
* mkvenv: always pass locally-installed packages to pipPaolo Bonzini2023-06-061-2/+74
* Revert "python/qmp/protocol: add open_with_socket()"John Snow2023-05-311-19/+5
* python/qmp/legacy: remove open_with_socket() callsJohn Snow2023-05-312-20/+16
* python/machine: use connect-based interface for existing socketsJohn Snow2023-05-311-5/+7
* python/qmp/legacy: allow using sockets for connect()John Snow2023-05-311-2/+3
* python/qmp: allow sockets to be passed to connect()John Snow2023-05-311-6/+15
* Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2023-05-222-6/+6
|\
| * docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2023-05-222-6/+6
* | mkvenv: pass first missing package to diagnose()Paolo Bonzini2023-05-191-12/+25
* | mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini2023-05-192-54/+65
|/
* meson: require 0.63.0Paolo Bonzini2023-05-183-2/+2
* python: bump some of the dependenciesPaolo Bonzini2023-05-182-15/+9
* mkvenv: mark command as requiredPaolo Bonzini2023-05-181-0/+1
* Python: Drop support for Python 3.6Paolo Bonzini2023-05-183-10/+9
* python/wheels: add vendored meson packageJohn Snow2023-05-181-0/+0
* python: add vendor.py utilityJohn Snow2023-05-181-0/+74
* mkvenv: work around broken pip installations on Debian 10John Snow2023-05-181-16/+56
* mkvenv: avoid ensurepip if pip is installedJohn Snow2023-05-181-3/+64
* mkvenv: use pip's vendored distlib as a fallbackJohn Snow2023-05-182-3/+40
* mkvenv: add console script entry point generationJohn Snow2023-05-182-0/+117
* mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow2023-05-181-1/+169
* mkvenv: add ensure subcommandJohn Snow2023-05-183-3/+145
* mkvenv: add nested venv workaroundJohn Snow2023-05-181-5/+86