Age | Commit message (Expand) | Author |
2023-01-24 | python/qemu/machine: use socketpair() for QMP by default | Marc-André Lureau |
2023-01-24 | python/qmp/legacy: make QEMUMonitorProtocol accept a socket | Marc-André Lureau |
2023-01-24 | python/qmp/protocol: add open_with_socket() | Marc-André Lureau |
2023-01-24 | python/qmp: increase read buffer size | Maksim Davydov |
2023-01-24 | python/machine: Fix AF_UNIX path too long on macOS | Peter Delevoryas |
2023-01-24 | python: QEMUMachine: enable qmp accept timeout by default | Vladimir Sementsov-Ogievskiy |
2023-01-24 | Fix some typos | Dongdong Zhang |
2023-01-04 | python: add 3.11 to supported list | John Snow |
2023-01-04 | Python: fix flake8 config | John Snow |
2023-01-04 | python/machine: Handle termination cases without QMP | John Snow |
2023-01-04 | python/machine: Add debug logging to key state changes | John Snow |
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 |