summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: drop pipenvJohn Snow2023-02-227-385/+84
* python: support pylint 2.16John Snow2023-02-223-5/+5
* python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau2023-01-241-8/+17
* python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau2023-01-241-3/+15
* python/qmp/protocol: add open_with_socket()Marc-André Lureau2023-01-241-5/+20
* python/qmp: increase read buffer sizeMaksim Davydov2023-01-241-2/+2
* python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas2023-01-241-3/+3
* python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy2023-01-241-1/+1
* Fix some typosDongdong Zhang2023-01-244-6/+6
* python: add 3.11 to supported listJohn Snow2023-01-041-1/+2
* Python: fix flake8 configJohn Snow2023-01-041-1/+2
* python/machine: Handle termination cases without QMPJohn Snow2023-01-041-0/+6
* python/machine: Add debug logging to key state changesJohn Snow2023-01-041-0/+25
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-012-2/+2
* python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth2022-07-181-1/+1
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* python: update for mypy 0.950John Snow2022-06-062-1/+4
* python/qmp: remove pylint workaround from legacy.pyJohn Snow2022-04-211-2/+0
* python: rename 'aqmp-tui' to 'qmp-tui'John Snow2022-04-212-9/+9
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-2122-60/+60
* python: re-enable pylint duplicate-code warningsJohn Snow2022-04-211-1/+0
* python: remove the old QMP packageJohn Snow2022-04-216-410/+4
* python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow2022-04-211-8/+90
* python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow2022-04-211-6/+31
* python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow2022-04-213-32/+27
* python: temporarily silence pylint duplicate-code warningsJohn Snow2022-04-211-0/+1
* python/aqmp-tui: relicense as LGPLv2+John Snow2022-04-211-1/+1
* python/qmp-shell: relicense as LGPLv2+John Snow2022-04-211-3/+4
* python/aqmp: relicense as LGPLv2+John Snow2022-04-211-3/+3
* python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow2022-04-211-0/+11
* python/machine: permanently switch to AQMPJohn Snow2022-04-212-12/+8
* python/utils: add VerboseProcessErrorJohn Snow2022-03-221-0/+39
* python/utils: add add_visual_margin() text decoration utilityJohn Snow2022-03-221-0/+78
* python/aqmp: drop _bind_hack()John Snow2022-03-072-39/+4
* python/aqmp: fix race condition in legacy.pyJohn Snow2022-03-071-5/+2
* python/aqmp: add start_server() and accept() methodsJohn Snow2022-03-072-5/+69
* python/aqmp: stop the server during disconnect()John Snow2022-03-071-1/+5
* python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow2022-03-072-7/+26
* python/aqmp: squelch pylint warning for too many linesJohn Snow2022-03-071-0/+3
* python/aqmp: split _client_connected_cb() out as _incoming()John Snow2022-03-071-25/+58
* python/aqmp: remove _new_session and _establish_connectionJohn Snow2022-03-072-74/+53
* python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2022-03-073-15/+17
* python/aqmp: add _session_guard()John Snow2022-03-071-27/+62
* Revert "python: pin setuptools below v60.0.0"John Snow2022-02-232-3/+0
* Python: add setuptools v60.0 workaroundJohn Snow2022-02-232-2/+4
* Python: discourage direct setup.py installJohn Snow2022-02-231-1/+18
* python: support recording QMP session to a fileDaniel P. Berrangé2022-02-232-7/+25
* python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-232-4/+62
* python/aqmp: add socket bind step to legacy.pyJohn Snow2022-02-022-3/+41
* python: upgrade mypy to 0.780John Snow2022-02-022-28/+40