aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-07-07python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini1-1/+4
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow1-19/+5
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow2-20/+16
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow1-5/+7
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow1-2/+3
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow1-6/+15
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2-6/+6
2023-02-22python: support pylint 2.16John Snow3-5/+5
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau1-8/+17
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau1-3/+15
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau1-5/+20
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov1-2/+2
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas1-3/+3
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy1-1/+1
2023-01-24Fix some typosDongdong Zhang4-6/+6
2023-01-04python/machine: Handle termination cases without QMPJohn Snow1-0/+6
2023-01-04python/machine: Add debug logging to key state changesJohn Snow1-0/+25
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-18python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth1-1/+1
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-06-06python: update for mypy 0.950John Snow1-1/+3
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow1-2/+0
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow1-6/+6
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow18-44/+44
2022-04-21python: remove the old QMP packageJohn Snow3-405/+0
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow1-8/+90
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow1-6/+31
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow3-32/+27
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow1-1/+1
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow1-3/+4
2022-04-21python/aqmp: relicense as LGPLv2+John Snow1-3/+3
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow1-0/+11
2022-04-21python/machine: permanently switch to AQMPJohn Snow2-12/+8
2022-03-22python/utils: add VerboseProcessErrorJohn Snow1-0/+39
2022-03-22python/utils: add add_visual_margin() text decoration utilityJohn Snow1-0/+78
2022-03-07python/aqmp: drop _bind_hack()John Snow2-39/+4
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow1-5/+2
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow1-5/+62
2022-03-07python/aqmp: stop the server during disconnect()John Snow1-1/+5
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow1-5/+24
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow1-0/+3
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow1-25/+58
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow1-72/+45
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2-3/+5
2022-03-07python/aqmp: add _session_guard()John Snow1-27/+62
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé1-7/+22
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé1-4/+61
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow2-3/+41
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow1-6/+39
2022-02-02python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow1-2/+2