summary refs log tree commit diff stats
path: root/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure: bump Meson to 1.9.0 for use with RustPaolo Bonzini2025-09-173-2/+2
* python: ensure QEMUQtestProtocol closes its socketDaniel P. Berrangé2025-09-151-0/+2
* python: synchronize qemu.qmp documentationJohn Snow2025-09-159-87/+264
* python: backport 'avoid creating additional event loops per thread'John Snow2025-09-153-26/+57
* python: backport 'Remove deprecated get_event_loop calls'John Snow2025-09-153-3/+15
* python: backport 'qmp-tui: Do not crash if optional dependencies are not met'John Snow2025-09-151-4/+15
* python: backport 'qmp-shell-wrap: handle missing binary gracefully'John Snow2025-09-151-0/+2
* python: backport 'make require() preserve async-ness'John Snow2025-09-151-21/+32
* python: backport 'feat: allow setting read buffer limit'Adam Dorsey2025-09-152-13/+30
* python: backport 'qmp-shell: add common_parser()'John Snow2025-09-151-16/+13
* python: backport 'Use @asynciocontextmanager'John Snow2025-09-151-19/+16
* python: backport 'drop Python3.6 workarounds'John Snow2025-09-154-119/+17
* python: backport 'protocol: adjust logging name when changing client name'John Snow2025-09-151-4/+20
* python: backport 'kick event queue on legacy event_pull()'John Snow2025-09-151-0/+3
* python: backport 'EventListener: add __repr__ method'John Snow2025-09-151-0/+15
* python: backport 'Change error classes to have better repr methods'John Snow2025-09-154-17/+29
* python: mkvenv: fix messages printed by mkvenvPaolo Bonzini2025-08-221-0/+4
* mkvenv: Support pip 25.2Sv. Lockal2025-08-121-4/+60
* python: fix editable installs for modern pip/setuptoolsJohn Snow2025-07-161-2/+2
* python: use qom-list-getSteve Sistare2025-07-162-20/+80
* docs/sphinx: remove legacy QAPI manual generatorJohn Snow2025-07-141-1/+1
* tests/functional: Add hvf_available() helperPeter Maydell2025-07-012-1/+16
* python: Drop redundant warn_unused_configs = TrueMarkus Armbruster2025-06-051-1/+0
* python: add qapi static analysis testsJohn Snow2025-06-056-0/+54
* python: update missing dependencies from minreqsJohn Snow2025-06-051-0/+4
* meson: update to version 1.8.1Paolo Bonzini2025-06-033-2/+2
* Drop support for Python 3.8Thomas Huth2025-04-303-9/+8
* python: silence pylint raising-non-exception errorJohn Snow2024-11-251-0/+3
* python: disable too-many-positional-arguments warningJohn Snow2024-11-251-0/+1
* Require meson version 1.5.0Paolo Bonzini2024-10-073-2/+2
* python: Install pycotap in our venv if necessaryThomas Huth2024-09-041-0/+0
* python: enable testing for 3.13John Snow2024-07-121-1/+2
* python: Do not use pylint 3.2.4 with python 3.8John Snow2024-07-121-0/+1
* python: linter changes for pylint 3.xJohn Snow2024-07-122-1/+2
* 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