summary refs log tree commit diff stats
path: root/python/qemu/qmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow2021-06-181-0/+535
* python/qmp: return generic type from context managerJohn Snow2021-06-181-1/+4
* python/qmp: add QMPObject type aliasJohn Snow2021-06-181-0/+3
* python/qemu-ga-client: add entry pointJohn Snow2021-06-181-2/+0
* scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow2021-06-181-0/+325
* python/qmp: Correct type of QMPReturnValueJohn Snow2021-06-181-9/+14
* python/qmp: add fuse command to 'qom' toolsJohn Snow2021-06-181-2/+12
* scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow2021-06-181-0/+206
* python/qmp: Add qom script rewritesJohn Snow2021-06-182-0/+440
* python/qmp: add parse_address classmethodJohn Snow2021-06-181-0/+26
* python/qmp: Fix type of SocketAddrTJohn Snow2021-06-181-1/+1
* python: add directory structure README.rst filesJohn Snow2021-06-011-0/+9
* python: create qemu packagesJohn Snow2021-06-011-0/+385