aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-11-24buildsys: Bump known good meson version to v1.2.3Philippe Mathieu-Daudé
2023-10-12python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy
2023-10-12qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy
2023-10-12python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy
2023-10-11Python: Enable python3.12 supportJohn Snow
2023-10-11python/qmp: remove Server.wait_closed() call for Python 3.12John Snow
2023-10-11python/machine: remove unused sock_dir argumentJohn Snow
2023-10-11python/machine: use socketpair() for qtest connectionJohn Snow
2023-10-11python/machine: use socketpair() for console connectionsJohn Snow
2023-10-11python/console_socket: accept existing FD in initializerJohn Snow
2023-10-11python/machine: close sock_pair in cleanup pathJohn Snow
2023-10-11python/machine: move socket setup out of _base_args propertyJohn Snow
2023-09-20tests/avocado: Fix console data lossNicholas Piggin
2023-09-07Revert "mkvenv: work around broken pip installations on Debian 10"Paolo Bonzini
2023-09-07mkvenv: assume presence of importlib.metadataPaolo Bonzini
2023-09-07Python: Drop support for Python 3.7Paolo Bonzini
2023-08-28Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini
2023-08-28python: use vendored tomliPaolo Bonzini
2023-08-28python: mkvenv: add ensuregroup commandPaolo Bonzini
2023-08-28python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini
2023-08-28python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini
2023-06-06mkvenv: always pass locally-installed packages to pipPaolo Bonzini
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow
2023-05-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell
2023-05-19mkvenv: pass first missing package to diagnose()Paolo Bonzini
2023-05-19mkvenv: replace distlib.database with importlib.metadata/pkg_resourcesPaolo Bonzini
2023-05-18meson: require 0.63.0Paolo Bonzini
2023-05-18python: bump some of the dependenciesPaolo Bonzini
2023-05-18mkvenv: mark command as requiredPaolo Bonzini
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini
2023-05-18python/wheels: add vendored meson packageJohn Snow
2023-05-18python: add vendor.py utilityJohn Snow
2023-05-18mkvenv: work around broken pip installations on Debian 10John Snow
2023-05-18mkvenv: avoid ensurepip if pip is installedJohn Snow
2023-05-18mkvenv: use pip's vendored distlib as a fallbackJohn Snow
2023-05-18mkvenv: add console script entry point generationJohn Snow
2023-05-18mkvenv: add --diagnose option to explain "ensure" failuresJohn Snow
2023-05-18mkvenv: add ensure subcommandJohn Snow
2023-05-18mkvenv: add nested venv workaroundJohn Snow
2023-05-18mkvenv: add better error message for broken or missing ensurepipJohn Snow
2023-05-18python: add mkvenv.pyJohn Snow
2023-05-18python: update pylint configurationJohn Snow