summaryrefslogtreecommitdiffstats
path: root/python/qemu/qmp
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-211-26/+0Star
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-537/+0Star
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-214-978/+0Star
* 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-111-5/+1Star
* 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/+9Star
* python/qmp: clear events on get_events() callJohn Snow2021-10-122-3/+4
* python: Fix broken ReST docstringsJohn Snow2021-07-012-1/+2
* python: expose typing information via PEP 561John Snow2021-07-011-0/+0
* python/qom: Do not use 'err' name at module scopeJohn Snow2021-07-011-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/+0Star
* 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