summary refs log tree commit diff stats
path: root/python/qemu/qmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-152-2/+14
* 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-153-115/+13
* 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/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2023-10-122-2/+2
* python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2023-10-121-2/+2
* 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/qmp: remove Server.wait_closed() call for Python 3.12John Snow2023-10-111-1/+0
* python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini2023-07-071-1/+4
* Revert "python/qmp/protocol: add open_with_socket()"John Snow2023-05-311-19/+5
* python/qmp/legacy: remove open_with_socket() callsJohn Snow2023-05-311-17/+12
* 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
* docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2023-05-222-6/+6
* python: support pylint 2.16John Snow2023-02-222-2/+2
* python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau2023-01-241-3/+15
* python/qmp/protocol: add open_with_socket()Marc-André Lureau2023-01-241-5/+20
* python/qmp: increase read buffer sizeMaksim Davydov2023-01-241-2/+2
* Fix some typosDongdong Zhang2023-01-242-4/+4
* python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth2022-07-181-1/+1
* python: update for mypy 0.950John Snow2022-06-061-1/+3
* python/qmp: remove pylint workaround from legacy.pyJohn Snow2022-04-211-2/+0
* python: rename 'aqmp-tui' to 'qmp-tui'John Snow2022-04-211-6/+6
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-2112-0/+4680
* python: remove the old QMP packageJohn Snow2022-04-213-405/+0
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-211-26/+0
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-537/+0
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-214-978/+0
* python/qmp: switch qmp-shell to AQMPJohn Snow2022-01-211-14/+17
* python/qmp: switch qom tools to AQMPJohn Snow2022-01-213-8/+11
* python/qmp: switch qemu-ga-client to AQMPJohn Snow2022-01-211-11/+11
* python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow2022-01-211-1/+1
* python: update type hints for mypy 0.930John Snow2022-01-101-5/+1
* tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo2021-11-081-1/+1
* python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-121-12/+9
* python/qmp: clear events on get_events() callJohn Snow2021-10-122-3/+4
* python: Fix broken ReST docstringsJohn Snow2021-06-302-1/+2
* python: expose typing information via PEP 561John Snow2021-06-301-0/+0
* python/qom: Do not use 'err' name at module scopeJohn Snow2021-06-301-2/+2