250 Commits (2882ccf86a9bc7ea9ae23dce2bad91c8d3e7e135)

Author SHA1 Message Date
John Snow 062fd1dad2 python/utils: add VerboseProcessError 4 years ago
John Snow be73231ba8 python/utils: add add_visual_margin() text decoration utility 4 years ago
John Snow 4c1fe7003c python/aqmp: drop _bind_hack() 4 years ago
John Snow 673856f9d8 python/aqmp: fix race condition in legacy.py 4 years ago
John Snow 481607c7d3 python/aqmp: add start_server() and accept() methods 4 years ago
John Snow 32c5abf051 python/aqmp: stop the server during disconnect() 4 years ago
John Snow 5e9902a030 python/aqmp: refactor _do_accept() into two distinct steps 4 years ago
John Snow 1b9c8cb6ce python/aqmp: squelch pylint warning for too many lines 4 years ago
John Snow 830e6fd36e python/aqmp: split _client_connected_cb() out as _incoming() 4 years ago
John Snow 68a6cf3ffe python/aqmp: remove _new_session and _establish_connection 4 years ago
John Snow 0ba4e76b23 python/aqmp: rename 'accept()' to 'start_server_and_accept()' 4 years ago
John Snow 40196c2393 python/aqmp: add _session_guard() 4 years ago
John Snow 43a1119ef1 Revert "python: pin setuptools below v60.0.0" 4 years ago
John Snow 762c280d5f Python: add setuptools v60.0 workaround 4 years ago
John Snow 2ddaeb7b09 Python: discourage direct setup.py install 4 years ago
Daniel P. Berrangé 5c66d7d8de python: support recording QMP session to a file 4 years ago
Daniel P. Berrangé 439125293c python: introduce qmp-shell-wrap convenience tool 4 years ago
John Snow b0b662bb2b python/aqmp: add socket bind step to legacy.py 4 years ago
John Snow 74a1505d27 python: upgrade mypy to 0.780 4 years ago
John Snow 50465f94d2 python/machine: raise VMLaunchFailure exception from launch() 4 years ago
John Snow fa73e6e4ca python/aqmp: Fix negotiation with pre-"oob" QEMU 4 years ago
John Snow fd9c3a6219 python: move qmp-shell under the AQMP package 4 years ago
John Snow 0347c4c4cf python: move qmp utilities to python/qemu/utils 4 years ago
John Snow f3efd12930 python/qmp: switch qmp-shell to AQMP 4 years ago
John Snow 8d6cdc5118 python/qmp: switch qom tools to AQMP 4 years ago
John Snow 26db07516f python/qmp: switch qemu-ga-client to AQMP 4 years ago
John Snow 7017f3853a python/qemu-ga-client: don't use deprecated CLI syntax in usage comment 4 years ago
John Snow 6e7751dc38 python/aqmp: rename AQMPError to QMPError 4 years ago
John Snow 728dcac5e3 python/aqmp: add SocketAddrT to package root 4 years ago
John Snow 0e6bfd8b96 python/aqmp: copy type definitions from qmp 4 years ago
John Snow 3b5bf136f5 python/aqmp: handle asyncio.TimeoutError on execute() 4 years ago
John Snow 3bc72e3aed python/aqmp: add __del__ method to legacy interface 4 years ago
John Snow dc6877bd2e python/aqmp: fix docstring typo 4 years ago
John Snow 57a6b4478c python: use avocado's "new" runner 4 years ago
John Snow 1e4d8b31be python: pin setuptools below v60.0.0 4 years ago
John Snow 366d33158c python: update type hints for mypy 0.930 4 years ago
John Snow 42d73f2894 Python/aqmp: fix type definitions for mypy 0.920 4 years ago
John Snow f75b20e4f1 python/aqmp: use absolute import statement 4 years ago
John Snow a57cb3e23d python/aqmp: fix send_fd_scm for python 3.6.x 4 years ago
John Snow 1611e6cf4e python/machine: handle "fast" QEMU terminations 4 years ago
John Snow b1ca991993 python/machine: move more variable initializations to _pre_launch 4 years ago
John Snow 72b17fe715 python/machine: add instance disambiguator to default nickname 4 years ago
John Snow 6eeb3de7e1 python/machine: remove _remove_monitor_sockfile property 4 years ago
John Snow 87bf1fe5cb python/machine: add @sock_dir property 4 years ago
John Snow 25de7f5012 python/aqmp: fix ConnectError string method 5 years ago
John Snow f26bd6ff21 python/aqmp: Fix disconnect during capabilities negotiation 5 years ago
Willian Rampazzo bbbd9b6ec6 tests/acceptance: rename tests acceptance to tests avocado 5 years ago
John Snow 76cd358671 python, iotests: replace qmp with aqmp 5 years ago
John Snow f122be6093 python/aqmp: Create sync QMP wrapper for iotests 5 years ago
John Snow 0f71c9a936 python/aqmp: Remove scary message 5 years ago