aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
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 Snow18-44/+44
2022-04-21python: remove the old QMP packageJohn Snow3-405/+0
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow1-8/+90
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow1-6/+31
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow3-32/+27
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow1-1/+1
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow1-3/+4
2022-04-21python/aqmp: relicense as LGPLv2+John Snow1-3/+3
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow1-0/+11
2022-04-21python/machine: permanently switch to AQMPJohn Snow2-12/+8
2022-03-22python/utils: add VerboseProcessErrorJohn Snow1-0/+39
2022-03-22python/utils: add add_visual_margin() text decoration utilityJohn Snow1-0/+78
2022-03-07python/aqmp: drop _bind_hack()John Snow2-39/+4
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow1-5/+2
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow1-5/+62
2022-03-07python/aqmp: stop the server during disconnect()John Snow1-1/+5
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow1-5/+24
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow1-0/+3
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow1-25/+58
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow1-72/+45
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2-3/+5
2022-03-07python/aqmp: add _session_guard()John Snow1-27/+62
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé1-7/+22
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé1-4/+61
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow2-3/+41
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow1-6/+39
2022-02-02python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow1-2/+2
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow1-0/+0
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow4-0/+0
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow2-14/+20
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-21python/aqmp: rename AQMPError to QMPErrorJohn Snow6-21/+21
2022-01-21python/aqmp: add SocketAddrT to package rootJohn Snow1-1/+9
2022-01-21python/aqmp: copy type definitions from qmpJohn Snow2-8/+30
2022-01-21python/aqmp: handle asyncio.TimeoutError on execute()John Snow1-2/+6
2022-01-21python/aqmp: add __del__ method to legacy interfaceJohn Snow1-0/+18
2022-01-21python/aqmp: fix docstring typoJohn Snow1-1/+1
2022-01-10python: update type hints for mypy 0.930John Snow1-5/+1
2022-01-10Python/aqmp: fix type definitions for mypy 0.920John Snow1-2/+3
2022-01-10python/aqmp: use absolute import statementJohn Snow1-1/+2
2021-11-22python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow1-3/+6
2021-11-22python/machine: handle "fast" QEMU terminationsJohn Snow1-7/+12
2021-11-22python/machine: move more variable initializations to _pre_launchJohn Snow1-8/+8
2021-11-22python/machine: add instance disambiguator to default nicknameJohn Snow1-1/+1
2021-11-22python/machine: remove _remove_monitor_sockfile propertyJohn Snow1-4/+1
2021-11-22python/machine: add @sock_dir propertyJohn Snow1-4/+13