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