266 Commits (87e42764490896e66ab8a3c93280384689b0acb4)

Author SHA1 Message Date
Peter Maydell 9323e79f10 Fix 'writeable' typos 4 years ago
John Snow e7874a50ff python: update for mypy 0.950 4 years ago
John Snow 47430775ed python/qmp: remove pylint workaround from legacy.py 4 years ago
John Snow b1a9b1f7a6 python: rename 'aqmp-tui' to 'qmp-tui' 4 years ago
John Snow 37094b6dd5 python: rename qemu.aqmp to qemu.qmp 4 years ago
John Snow 105bbff886 python: re-enable pylint duplicate-code warnings 4 years ago
John Snow adaca6e085 python: remove the old QMP package 4 years ago
John Snow b0654f4f98 python/aqmp: copy qmp docstrings to qemu.aqmp.legacy 4 years ago
John Snow 0c78ebf722 python/aqmp: fully separate from qmp.QEMUMonitorProtocol 4 years ago
John Snow 9fcd3930e0 python/aqmp: take QMPBadPortError and parse_address from qemu.qmp 4 years ago
John Snow 335e7d410e python: temporarily silence pylint duplicate-code warnings 4 years ago
John Snow 445c9d4e3d python/aqmp-tui: relicense as LGPLv2+ 4 years ago
John Snow 0e08b94700 python/qmp-shell: relicense as LGPLv2+ 4 years ago
John Snow 9dcea96d08 python/aqmp: relicense as LGPLv2+ 4 years ago
John Snow 380fc8f32e python/aqmp: add explicit GPLv2 license to legacy.py 4 years ago
John Snow a4225303a1 python/machine: permanently switch to AQMP 4 years ago
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