aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/qmp
AgeCommit message (Expand)AuthorFilesLines
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2-2/+2
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy1-2/+2
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/qmp: remove Server.wait_closed() call for Python 3.12John Snow1-1/+0
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini1-1/+4
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow1-19/+5
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow1-17/+12
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-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2-6/+6
2023-02-22python: support pylint 2.16John Snow2-2/+2
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau1-3/+15
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau1-5/+20
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov1-2/+2
2023-01-24Fix some typosDongdong Zhang2-4/+4
2022-07-18python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth1-1/+1
2022-06-06python: update for mypy 0.950John Snow1-1/+3
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow1-2/+0
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow1-6/+6
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow12-0/+4680
2022-04-21python: remove the old QMP packageJohn Snow3-405/+0
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow1-26/+0
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow1-537/+0
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow4-978/+0
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow1-14/+17
2022-01-21python/qmp: switch qom tools to AQMPJohn Snow3-8/+11
2022-01-21python/qmp: switch qemu-ga-client to AQMPJohn Snow1-11/+11
2022-01-21python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow1-1/+1
2022-01-10python: update type hints for mypy 0.930John Snow1-5/+1
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo1-1/+1
2021-10-12python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow1-12/+9
2021-10-12python/qmp: clear events on get_events() callJohn Snow2-3/+4
2021-06-30python: Fix broken ReST docstringsJohn Snow2-1/+2
2021-06-30python: expose typing information via PEP 561John Snow1-0/+0
2021-06-30python/qom: Do not use 'err' name at module scopeJohn Snow1-2/+2
2021-06-18scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.pyJohn Snow1-0/+535
2021-06-18python/qmp: return generic type from context managerJohn Snow1-1/+4
2021-06-18python/qmp: add QMPObject type aliasJohn Snow1-0/+3
2021-06-18python/qemu-ga-client: add entry pointJohn Snow1-2/+0
2021-06-18scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.pyJohn Snow1-0/+325
2021-06-18python/qmp: Correct type of QMPReturnValueJohn Snow1-9/+14
2021-06-18python/qmp: add fuse command to 'qom' toolsJohn Snow1-2/+12
2021-06-18scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.pyJohn Snow1-0/+206
2021-06-18python/qmp: Add qom script rewritesJohn Snow2-0/+440
2021-06-18python/qmp: add parse_address classmethodJohn Snow1-0/+26
2021-06-18python/qmp: Fix type of SocketAddrTJohn Snow1-1/+1
2021-06-01python: add directory structure README.rst filesJohn Snow1-0/+9
2021-06-01python: create qemu packagesJohn Snow1-0/+385