Age | Commit message (Expand) | Author | Files | Lines |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 2 | -2/+2 |
2022-07-18 | python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type | Thomas Huth | 1 | -1/+1 |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 1 | -1/+1 |
2022-06-06 | python: update for mypy 0.950 | John Snow | 2 | -1/+4 |
2022-04-21 | python/qmp: remove pylint workaround from legacy.py | John Snow | 1 | -2/+0 |
2022-04-21 | python: rename 'aqmp-tui' to 'qmp-tui' | John Snow | 2 | -9/+9 |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow | 22 | -60/+60 |
2022-04-21 | python: re-enable pylint duplicate-code warnings | John Snow | 1 | -1/+0 |
2022-04-21 | python: remove the old QMP package | John Snow | 6 | -410/+4 |
2022-04-21 | python/aqmp: copy qmp docstrings to qemu.aqmp.legacy | John Snow | 1 | -8/+90 |
2022-04-21 | python/aqmp: fully separate from qmp.QEMUMonitorProtocol | John Snow | 1 | -6/+31 |
2022-04-21 | python/aqmp: take QMPBadPortError and parse_address from qemu.qmp | John Snow | 3 | -32/+27 |
2022-04-21 | python: temporarily silence pylint duplicate-code warnings | John Snow | 1 | -0/+1 |
2022-04-21 | python/aqmp-tui: relicense as LGPLv2+ | John Snow | 1 | -1/+1 |
2022-04-21 | python/qmp-shell: relicense as LGPLv2+ | John Snow | 1 | -3/+4 |
2022-04-21 | python/aqmp: relicense as LGPLv2+ | John Snow | 1 | -3/+3 |
2022-04-21 | python/aqmp: add explicit GPLv2 license to legacy.py | John Snow | 1 | -0/+11 |
2022-04-21 | python/machine: permanently switch to AQMP | John Snow | 2 | -12/+8 |
2022-03-22 | python/utils: add VerboseProcessError | John Snow | 1 | -0/+39 |
2022-03-22 | python/utils: add add_visual_margin() text decoration utility | John Snow | 1 | -0/+78 |
2022-03-07 | python/aqmp: drop _bind_hack() | John Snow | 2 | -39/+4 |
2022-03-07 | python/aqmp: fix race condition in legacy.py | John Snow | 1 | -5/+2 |
2022-03-07 | python/aqmp: add start_server() and accept() methods | John Snow | 2 | -5/+69 |
2022-03-07 | python/aqmp: stop the server during disconnect() | John Snow | 1 | -1/+5 |
2022-03-07 | python/aqmp: refactor _do_accept() into two distinct steps | John Snow | 2 | -7/+26 |
2022-03-07 | python/aqmp: squelch pylint warning for too many lines | John Snow | 1 | -0/+3 |
2022-03-07 | python/aqmp: split _client_connected_cb() out as _incoming() | John Snow | 1 | -25/+58 |
2022-03-07 | python/aqmp: remove _new_session and _establish_connection | John Snow | 2 | -74/+53 |
2022-03-07 | python/aqmp: rename 'accept()' to 'start_server_and_accept()' | John Snow | 3 | -15/+17 |
2022-03-07 | python/aqmp: add _session_guard() | John Snow | 1 | -27/+62 |
2022-02-23 | Revert "python: pin setuptools below v60.0.0" | John Snow | 2 | -3/+0 |
2022-02-23 | Python: add setuptools v60.0 workaround | John Snow | 2 | -2/+4 |
2022-02-23 | Python: discourage direct setup.py install | John Snow | 1 | -1/+18 |
2022-02-23 | python: support recording QMP session to a file | Daniel P. Berrangé | 2 | -7/+25 |
2022-02-23 | python: introduce qmp-shell-wrap convenience tool | Daniel P. Berrangé | 2 | -4/+62 |
2022-02-02 | python/aqmp: add socket bind step to legacy.py | John Snow | 2 | -3/+41 |
2022-02-02 | python: upgrade mypy to 0.780 | John Snow | 2 | -28/+40 |
2022-02-02 | python/machine: raise VMLaunchFailure exception from launch() | John Snow | 1 | -6/+39 |
2022-02-02 | python/aqmp: Fix negotiation with pre-"oob" QEMU | John Snow | 1 | -2/+2 |
2022-01-21 | python: move qmp-shell under the AQMP package | John Snow | 3 | -2/+2 |
2022-01-21 | python: move qmp utilities to python/qemu/utils | John Snow | 5 | -8/+8 |
2022-01-21 | python/qmp: switch qmp-shell to AQMP | John Snow | 2 | -14/+20 |
2022-01-21 | python/qmp: switch qom tools to AQMP | John Snow | 3 | -8/+11 |
2022-01-21 | python/qmp: switch qemu-ga-client to AQMP | John Snow | 1 | -11/+11 |
2022-01-21 | python/qemu-ga-client: don't use deprecated CLI syntax in usage comment | John Snow | 1 | -1/+1 |
2022-01-21 | python/aqmp: rename AQMPError to QMPError | John Snow | 6 | -21/+21 |
2022-01-21 | python/aqmp: add SocketAddrT to package root | John Snow | 1 | -1/+9 |
2022-01-21 | python/aqmp: copy type definitions from qmp | John Snow | 2 | -8/+30 |
2022-01-21 | python/aqmp: handle asyncio.TimeoutError on execute() | John Snow | 1 | -2/+6 |
2022-01-21 | python/aqmp: add __del__ method to legacy interface | John Snow | 1 | -0/+18 |