aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/qmp
AgeCommit message (Expand)AuthorFilesLines
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