summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-03-22python/utils: add VerboseProcessErrorJohn Snow
2022-03-22python/utils: add add_visual_margin() text decoration utilityJohn Snow
2022-03-07python/aqmp: drop _bind_hack()John Snow
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow
2022-03-07python/aqmp: stop the server during disconnect()John Snow
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow
2022-03-07python/aqmp: add _session_guard()John Snow
2022-02-23Revert "python: pin setuptools below v60.0.0"John Snow
2022-02-23Python: add setuptools v60.0 workaroundJohn Snow
2022-02-23Python: discourage direct setup.py installJohn Snow
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow
2022-02-02python: upgrade mypy to 0.780John Snow
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow
2022-02-02python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow
2022-01-21python/qmp: switch qom tools to AQMPJohn Snow
2022-01-21python/qmp: switch qemu-ga-client to AQMPJohn Snow
2022-01-21python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow
2022-01-21python/aqmp: rename AQMPError to QMPErrorJohn Snow
2022-01-21python/aqmp: add SocketAddrT to package rootJohn Snow
2022-01-21python/aqmp: copy type definitions from qmpJohn Snow
2022-01-21python/aqmp: handle asyncio.TimeoutError on execute()John Snow
2022-01-21python/aqmp: add __del__ method to legacy interfaceJohn Snow
2022-01-21python/aqmp: fix docstring typoJohn Snow
2022-01-21python: use avocado's "new" runnerJohn Snow
2022-01-21python: pin setuptools below v60.0.0John Snow
2022-01-10python: update type hints for mypy 0.930John Snow
2022-01-10Python/aqmp: fix type definitions for mypy 0.920John Snow
2022-01-10python/aqmp: use absolute import statementJohn Snow
2021-11-22python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow
2021-11-22python/machine: handle "fast" QEMU terminationsJohn Snow
2021-11-22python/machine: move more variable initializations to _pre_launchJohn Snow
2021-11-22python/machine: add instance disambiguator to default nicknameJohn Snow
2021-11-22python/machine: remove _remove_monitor_sockfile propertyJohn Snow
2021-11-22python/machine: add @sock_dir propertyJohn Snow
2021-11-16python/aqmp: fix ConnectError string methodJohn Snow
2021-11-16python/aqmp: Fix disconnect during capabilities negotiationJohn Snow
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo
2021-11-01python, iotests: replace qmp with aqmpJohn Snow
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow
2021-11-01python/aqmp: Remove scary messageJohn Snow