aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-10-12python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy1-1/+11
2023-10-12python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy7-15/+15
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2-3/+3
2023-10-12qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy1-6/+14
2023-10-12python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy1-5/+1
2023-10-11python/qmp: remove Server.wait_closed() call for Python 3.12John Snow1-1/+0
2023-10-11python/machine: remove unused sock_dir argumentJohn Snow2-22/+1
2023-10-11python/machine: use socketpair() for qtest connectionJohn Snow1-9/+40
2023-10-11python/machine: use socketpair() for console connectionsJohn Snow1-3/+27
2023-10-11python/console_socket: accept existing FD in initializerJohn Snow1-8/+21
2023-10-11python/machine: close sock_pair in cleanup pathJohn Snow1-0/+5
2023-10-11python/machine: move socket setup out of _base_args propertyJohn Snow1-3/+2
2023-09-20tests/avocado: Fix console data lossNicholas Piggin1-0/+19
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