Age | Commit message (Expand) | Author |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé |
2022-07-18 | python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type | Thomas Huth |
2022-06-08 | Fix 'writeable' typos | Peter Maydell |
2022-06-06 | python: update for mypy 0.950 | John Snow |
2022-04-21 | python/qmp: remove pylint workaround from legacy.py | John Snow |
2022-04-21 | python: rename 'aqmp-tui' to 'qmp-tui' | John Snow |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow |
2022-04-21 | python: re-enable pylint duplicate-code warnings | John Snow |
2022-04-21 | python: remove the old QMP package | John Snow |
2022-04-21 | python/aqmp: copy qmp docstrings to qemu.aqmp.legacy | John Snow |
2022-04-21 | python/aqmp: fully separate from qmp.QEMUMonitorProtocol | John Snow |
2022-04-21 | python/aqmp: take QMPBadPortError and parse_address from qemu.qmp | John Snow |
2022-04-21 | python: temporarily silence pylint duplicate-code warnings | John Snow |
2022-04-21 | python/aqmp-tui: relicense as LGPLv2+ | John Snow |
2022-04-21 | python/qmp-shell: relicense as LGPLv2+ | John Snow |
2022-04-21 | python/aqmp: relicense as LGPLv2+ | John Snow |
2022-04-21 | python/aqmp: add explicit GPLv2 license to legacy.py | John Snow |
2022-04-21 | python/machine: permanently switch to AQMP | John Snow |
2022-03-22 | python/utils: add VerboseProcessError | John Snow |
2022-03-22 | python/utils: add add_visual_margin() text decoration utility | John Snow |
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 |