Age | Commit message (Expand) | Author |
2022-03-07 | python/aqmp: drop _bind_hack() | John Snow |
2022-03-07 | python/aqmp: fix race condition in legacy.py | John Snow |
2022-03-07 | python/aqmp: add start_server() and accept() methods | John Snow |
2022-03-07 | python/aqmp: stop the server during disconnect() | John Snow |
2022-03-07 | python/aqmp: refactor _do_accept() into two distinct steps | John Snow |
2022-03-07 | python/aqmp: squelch pylint warning for too many lines | John Snow |
2022-03-07 | python/aqmp: split _client_connected_cb() out as _incoming() | John Snow |
2022-03-07 | python/aqmp: remove _new_session and _establish_connection | John Snow |
2022-03-07 | python/aqmp: rename 'accept()' to 'start_server_and_accept()' | John Snow |
2022-03-07 | python/aqmp: add _session_guard() | John Snow |
2022-02-23 | Revert "python: pin setuptools below v60.0.0" | John Snow |
2022-02-23 | Python: add setuptools v60.0 workaround | John Snow |
2022-02-23 | Python: discourage direct setup.py install | John Snow |
2022-02-23 | python: support recording QMP session to a file | Daniel P. Berrangé |
2022-02-23 | python: introduce qmp-shell-wrap convenience tool | Daniel P. Berrangé |
2022-02-02 | python/aqmp: add socket bind step to legacy.py | John Snow |
2022-02-02 | python: upgrade mypy to 0.780 | John Snow |
2022-02-02 | python/machine: raise VMLaunchFailure exception from launch() | John Snow |
2022-02-02 | python/aqmp: Fix negotiation with pre-"oob" QEMU | John Snow |
2022-01-21 | python: move qmp-shell under the AQMP package | John Snow |
2022-01-21 | python: move qmp utilities to python/qemu/utils | John Snow |
2022-01-21 | python/qmp: switch qmp-shell to AQMP | John Snow |
2022-01-21 | python/qmp: switch qom tools to AQMP | John Snow |
2022-01-21 | python/qmp: switch qemu-ga-client to AQMP | John Snow |
2022-01-21 | python/qemu-ga-client: don't use deprecated CLI syntax in usage comment | John Snow |
2022-01-21 | python/aqmp: rename AQMPError to QMPError | John Snow |
2022-01-21 | python/aqmp: add SocketAddrT to package root | John Snow |
2022-01-21 | python/aqmp: copy type definitions from qmp | John Snow |
2022-01-21 | python/aqmp: handle asyncio.TimeoutError on execute() | John Snow |
2022-01-21 | python/aqmp: add __del__ method to legacy interface | John Snow |
2022-01-21 | python/aqmp: fix docstring typo | John Snow |
2022-01-21 | python: use avocado's "new" runner | John Snow |
2022-01-21 | python: pin setuptools below v60.0.0 | John Snow |
2022-01-10 | python: update type hints for mypy 0.930 | John Snow |
2022-01-10 | Python/aqmp: fix type definitions for mypy 0.920 | John Snow |
2022-01-10 | python/aqmp: use absolute import statement | John Snow |
2021-11-22 | python/aqmp: fix send_fd_scm for python 3.6.x | John Snow |
2021-11-22 | python/machine: handle "fast" QEMU terminations | John Snow |
2021-11-22 | python/machine: move more variable initializations to _pre_launch | John Snow |
2021-11-22 | python/machine: add instance disambiguator to default nickname | John Snow |
2021-11-22 | python/machine: remove _remove_monitor_sockfile property | John Snow |
2021-11-22 | python/machine: add @sock_dir property | John Snow |
2021-11-16 | python/aqmp: fix ConnectError string method | John Snow |
2021-11-16 | python/aqmp: Fix disconnect during capabilities negotiation | John Snow |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo |
2021-11-01 | python, iotests: replace qmp with aqmp | John Snow |
2021-11-01 | python/aqmp: Create sync QMP wrapper for iotests | John Snow |
2021-11-01 | python/aqmp: Remove scary message | John Snow |
2021-11-01 | python/machine: Handle QMP errors on close more meticulously | John Snow |
2021-11-01 | python/machine: remove has_quit argument | John Snow |