summaryrefslogtreecommitdiffstats
path: root/python/qemu
Commit message (Expand)AuthorAgeFilesLines
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth2022-07-181-1/+1
* Fix 'writeable' typosPeter Maydell2022-06-081-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-2118-44/+44
* python: remove the old QMP packageJohn Snow2022-04-213-405/+0Star
* python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow2022-04-211-8/+90
* python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow2022-04-211-6/+31
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-213-32/+27Star
* python/aqmp-tui: relicense as LGPLv2+John Snow2022-04-211-1/+1
* python/qmp-shell: relicense as LGPLv2+John Snow2022-04-211-3/+4
* python/aqmp: relicense as LGPLv2+John Snow2022-04-211-3/+3
* python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow2022-04-211-0/+11
* python/machine: permanently switch to AQMPJohn Snow2022-04-212-12/+8Star
* python/utils: add VerboseProcessErrorJohn Snow2022-03-221-0/+39
* python/utils: add add_visual_margin() text decoration utilityJohn Snow2022-03-221-0/+78
* python/aqmp: drop _bind_hack()John Snow2022-03-072-39/+4Star
* python/aqmp: fix race condition in legacy.pyJohn Snow2022-03-071-5/+2Star
* python/aqmp: add start_server() and accept() methodsJohn Snow2022-03-071-5/+62
* python/aqmp: stop the server during disconnect()John Snow2022-03-071-1/+5
* python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow2022-03-071-5/+24
* python/aqmp: squelch pylint warning for too many linesJohn Snow2022-03-071-0/+3
* python/aqmp: split _client_connected_cb() out as _incoming()John Snow2022-03-071-25/+58
* python/aqmp: remove _new_session and _establish_connectionJohn Snow2022-03-071-72/+45Star
* python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2022-03-072-3/+5
* python/aqmp: add _session_guard()John Snow2022-03-071-27/+62
* python: support recording QMP session to a fileDaniel P. Berrangé2022-02-231-7/+22
* python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-231-4/+61
* python/aqmp: add socket bind step to legacy.pyJohn Snow2022-02-022-3/+41
* python/machine: raise VMLaunchFailure exception from launch()John Snow2022-02-021-6/+39
* python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow2022-02-021-2/+2
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-0/+0
* python: move qmp utilities to python/qemu/utilsJohn Snow2022-01-214-0/+0
* python/qmp: switch qmp-shell to AQMPJohn Snow2022-01-212-14/+20
* 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/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-216-21/+21
* python/aqmp: add SocketAddrT to package rootJohn Snow2022-01-211-1/+9
* python/aqmp: copy type definitions from qmpJohn Snow2022-01-212-8/+30
* python/aqmp: handle asyncio.TimeoutError on execute()John Snow2022-01-211-2/+6
* python/aqmp: add __del__ method to legacy interfaceJohn Snow2022-01-211-0/+18
* python/aqmp: fix docstring typoJohn Snow2022-01-211-1/+1
* python: update type hints for mypy 0.930John Snow2022-01-111-5/+1Star
* Python/aqmp: fix type definitions for mypy 0.920John Snow2022-01-111-2/+3
* python/aqmp: use absolute import statementJohn Snow2022-01-111-1/+2
* python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow2021-11-231-3/+6
* python/machine: handle "fast" QEMU terminationsJohn Snow2021-11-231-7/+12