- 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 9 months ago
- 9b0ecfa python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type by Thomas Huth · 2 years, 9 months ago
- 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 10 months ago
- e7874a5 python: update for mypy 0.950 by John Snow · 2 years, 10 months ago
- 4743077 python/qmp: remove pylint workaround from legacy.py by John Snow · 3 years ago
- b1a9b1f python: rename 'aqmp-tui' to 'qmp-tui' by John Snow · 3 years ago
- 37094b6 python: rename qemu.aqmp to qemu.qmp by John Snow · 3 years ago
- 105bbff python: re-enable pylint duplicate-code warnings by John Snow · 3 years ago
- adaca6e python: remove the old QMP package by John Snow · 3 years ago
- b0654f4 python/aqmp: copy qmp docstrings to qemu.aqmp.legacy by John Snow · 3 years ago
- 0c78ebf python/aqmp: fully separate from qmp.QEMUMonitorProtocol by John Snow · 3 years ago
- 9fcd393 python/aqmp: take QMPBadPortError and parse_address from qemu.qmp by John Snow · 3 years ago
- 335e7d4 python: temporarily silence pylint duplicate-code warnings by John Snow · 3 years ago
- 445c9d4 python/aqmp-tui: relicense as LGPLv2+ by John Snow · 3 years ago
- 0e08b94 python/qmp-shell: relicense as LGPLv2+ by John Snow · 3 years ago
- 9dcea96 python/aqmp: relicense as LGPLv2+ by John Snow · 3 years ago
- 380fc8f python/aqmp: add explicit GPLv2 license to legacy.py by John Snow · 3 years ago
- a422530 python/machine: permanently switch to AQMP by John Snow · 3 years ago
- 062fd1d python/utils: add VerboseProcessError by John Snow · 3 years ago
- be73231 python/utils: add add_visual_margin() text decoration utility by John Snow · 3 years ago
- 4c1fe70 python/aqmp: drop _bind_hack() by John Snow · 3 years, 1 month ago
- 673856f python/aqmp: fix race condition in legacy.py by John Snow · 3 years, 1 month ago
- 481607c python/aqmp: add start_server() and accept() methods by John Snow · 3 years, 1 month ago
- 32c5abf python/aqmp: stop the server during disconnect() by John Snow · 3 years, 1 month ago
- 5e9902a python/aqmp: refactor _do_accept() into two distinct steps by John Snow · 3 years, 1 month ago
- 1b9c8cb python/aqmp: squelch pylint warning for too many lines by John Snow · 3 years, 1 month ago
- 830e6fd python/aqmp: split _client_connected_cb() out as _incoming() by John Snow · 3 years, 1 month ago
- 68a6cf3 python/aqmp: remove _new_session and _establish_connection by John Snow · 3 years, 1 month ago
- 0ba4e76 python/aqmp: rename 'accept()' to 'start_server_and_accept()' by John Snow · 3 years, 1 month ago
- 40196c2 python/aqmp: add _session_guard() by John Snow · 3 years, 1 month ago
- 43a1119 Revert "python: pin setuptools below v60.0.0" by John Snow · 3 years, 2 months ago
- 762c280 Python: add setuptools v60.0 workaround by John Snow · 3 years, 2 months ago
- 2ddaeb7 Python: discourage direct setup.py install by John Snow · 3 years, 2 months ago
- 5c66d7d python: support recording QMP session to a file by Daniel P. Berrangé · 3 years, 2 months ago
- 4391252 python: introduce qmp-shell-wrap convenience tool by Daniel P. Berrangé · 3 years, 2 months ago
- b0b662b python/aqmp: add socket bind step to legacy.py by John Snow · 3 years, 2 months ago
- 74a1505 python: upgrade mypy to 0.780 by John Snow · 3 years, 2 months ago
- 50465f9 python/machine: raise VMLaunchFailure exception from launch() by John Snow · 3 years, 2 months ago
- fa73e6e python/aqmp: Fix negotiation with pre-"oob" QEMU by John Snow · 3 years, 2 months ago
- fd9c3a6 python: move qmp-shell under the AQMP package by John Snow · 3 years, 3 months ago
- 0347c4c python: move qmp utilities to python/qemu/utils by John Snow · 3 years, 3 months ago
- f3efd12 python/qmp: switch qmp-shell to AQMP by John Snow · 3 years, 3 months ago
- 8d6cdc5 python/qmp: switch qom tools to AQMP by John Snow · 3 years, 3 months ago
- 26db075 python/qmp: switch qemu-ga-client to AQMP by John Snow · 3 years, 3 months ago
- 7017f38 python/qemu-ga-client: don't use deprecated CLI syntax in usage comment by John Snow · 3 years, 3 months ago
- 6e7751d python/aqmp: rename AQMPError to QMPError by John Snow · 3 years, 3 months ago
- 728dcac python/aqmp: add SocketAddrT to package root by John Snow · 3 years, 3 months ago
- 0e6bfd8 python/aqmp: copy type definitions from qmp by John Snow · 3 years, 3 months ago
- 3b5bf13 python/aqmp: handle asyncio.TimeoutError on execute() by John Snow · 3 years, 3 months ago
- 3bc72e3 python/aqmp: add __del__ method to legacy interface by John Snow · 3 years, 3 months ago
- dc6877b python/aqmp: fix docstring typo by John Snow · 3 years, 3 months ago
- 57a6b44 python: use avocado's "new" runner by John Snow · 3 years, 2 months ago
- 1e4d8b3 python: pin setuptools below v60.0.0 by John Snow · 3 years, 2 months ago
- 366d331 python: update type hints for mypy 0.930 by John Snow · 3 years, 3 months ago
- 42d73f2 Python/aqmp: fix type definitions for mypy 0.920 by John Snow · 3 years, 3 months ago
- f75b20e python/aqmp: use absolute import statement by John Snow · 3 years, 3 months ago
- a57cb3e python/aqmp: fix send_fd_scm for python 3.6.x by John Snow · 3 years, 4 months ago
- 1611e6c python/machine: handle "fast" QEMU terminations by John Snow · 3 years, 4 months ago
- b1ca991 python/machine: move more variable initializations to _pre_launch by John Snow · 3 years, 4 months ago
- 72b17fe python/machine: add instance disambiguator to default nickname by John Snow · 3 years, 4 months ago
- 6eeb3de python/machine: remove _remove_monitor_sockfile property by John Snow · 3 years, 4 months ago
- 87bf1fe python/machine: add @sock_dir property by John Snow · 3 years, 4 months ago
- 25de7f5 python/aqmp: fix ConnectError string method by John Snow · 3 years, 5 months ago
- f26bd6f python/aqmp: Fix disconnect during capabilities negotiation by John Snow · 3 years, 5 months ago
- bbbd9b6 tests/acceptance: rename tests acceptance to tests avocado by Willian Rampazzo · 3 years, 5 months ago
- 76cd358 python, iotests: replace qmp with aqmp by John Snow · 3 years, 5 months ago
- f122be6 python/aqmp: Create sync QMP wrapper for iotests by John Snow · 3 years, 5 months ago
- 0f71c9a python/aqmp: Remove scary message by John Snow · 3 years, 5 months ago
- 49a608b python/machine: Handle QMP errors on close more meticulously by John Snow · 3 years, 5 months ago
- b9420e4 python/machine: remove has_quit argument by John Snow · 3 years, 5 months ago
- 461044c python: Add iotest linters to test suite by John Snow · 3 years, 5 months ago
- c163c72 python, iotests: remove socket_scm_helper by John Snow · 3 years, 6 months ago
- 514d00d python/qmp: add send_fd_scm directly to QEMUMonitorProtocol by John Snow · 3 years, 6 months ago
- d911acc python/qmp: clear events on get_events() call by John Snow · 3 years, 6 months ago
- 3a3d84f python/aqmp: Disable logging messages by default by John Snow · 3 years, 6 months ago
- 3e55dc3 python/aqmp: Reduce severity of EOFError-caused loop terminations by John Snow · 3 years, 6 months ago
- 58026b1 python/aqmp: Add dict conversion method to Greeting object by John Snow · 3 years, 6 months ago
- 6e2f6ec python/aqmp: add send_fd_scm by John Snow · 3 years, 6 months ago
- 6bfebc7 python/aqmp: Return cleared events from EventListener.clear() by John Snow · 3 years, 6 months ago
- 16cce72 python/aqmp: add .empty() method to EventListener by John Snow · 3 years, 6 months ago
- 0257209 python/aqmp: add greeting property to QMPClient by John Snow · 3 years, 6 months ago
- 99e45a6 python/aqmp-tui: Add syntax highlighting by G S Niteesh Babu · 3 years, 7 months ago
- f37c34d python: add optional pygments dependency by G S Niteesh Babu · 3 years, 7 months ago
- 35755f7 python: Add entry point for aqmp-tui by G S Niteesh Babu · 3 years, 7 months ago
- aeb6b48 python/aqmp-tui: Add AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
- 974e2f4 python: Add dependencies for AQMP TUI by G S Niteesh Babu · 3 years, 7 months ago
- a4ffaec python/aqmp: Add Coverage.py support by John Snow · 3 years, 7 months ago
- 8193b9d python/aqmp: add LineProtocol tests by John Snow · 3 years, 7 months ago
- a1f71b6 python/aqmp: add AsyncProtocol unit tests by John Snow · 3 years, 7 months ago
- 4320f71 python: bump avocado to v90.0 by John Snow · 3 years, 7 months ago
- ed6d4d7 python/aqmp: add scary message by John Snow · 3 years, 7 months ago
- debbabd python/aqmp: add asyncio_run compatibility wrapper by John Snow · 3 years, 7 months ago
- 41f4f92 python/aqmp: add _raw() execution interface by John Snow · 3 years, 7 months ago
- e0fea0b python/aqmp: add execute() interfaces by John Snow · 3 years, 7 months ago
- 577737b python/aqmp: Add message routing to QMP protocol by John Snow · 3 years, 7 months ago
- 4cd17f3 python/pylint: disable no-member check by John Snow · 3 years, 7 months ago
- c67d696 python/aqmp: add QMP protocol support by John Snow · 3 years, 7 months ago
- 29a8ea9 python/pylint: disable too-many-function-args by John Snow · 3 years, 7 months ago
- b3cda21 python/aqmp: add QMP event support by John Snow · 3 years, 7 months ago
- ad07299 python/aqmp: add well-known QMP object models by John Snow · 3 years, 7 months ago