281 Commits (171080d8913c580f67f196d3834b99fa7e234140)

Author SHA1 Message Date
John Snow 6832189fd7 python: drop pipenv 3 years ago
John Snow aef633e765 python: support pylint 2.16 3 years ago
Marc-André Lureau bd4c0ef409 python/qemu/machine: use socketpair() for QMP by default 3 years ago
Marc-André Lureau 603a3bad4b python/qmp/legacy: make QEMUMonitorProtocol accept a socket 3 years ago
Marc-André Lureau a3cfea92e2 python/qmp/protocol: add open_with_socket() 3 years ago
Maksim Davydov 166464c6ce python/qmp: increase read buffer size 3 years ago
Peter Delevoryas f9922937d1 python/machine: Fix AF_UNIX path too long on macOS 3 years ago
Vladimir Sementsov-Ogievskiy ada73a492c python: QEMUMachine: enable qmp accept timeout by default 4 years ago
Dongdong Zhang af76484e54 Fix some typos 3 years ago
John Snow 519f3cfce0 python: add 3.11 to supported list 3 years ago
John Snow 745d58f77d Python: fix flake8 config 3 years ago
John Snow 3c6e5e8ce1 python/machine: Handle termination cases without QMP 3 years ago
John Snow 9cccb3305a python/machine: Add debug logging to key state changes 3 years ago
Daniel P. Berrangé 7a21bee2aa misc: fix commonly doubled up words 4 years ago
Thomas Huth 9b0ecfaba5 python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type 4 years ago
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