summary refs log tree commit diff stats
path: root/python/qemu (follow)
Commit message (Expand)AuthorAgeFilesLines
* python/qemu/machine: add method to retrieve QEMUMachine::binary fieldMaksim Davydov2024-04-251-0/+5
* python/machine.py: upgrade vm.cmd() methodVladimir Sementsov-Ogievskiy2023-10-121-1/+11
* python/qemu: rename command() to cmd()Vladimir Sementsov-Ogievskiy2023-10-127-15/+15
* python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2023-10-122-3/+3
* qmp_shell.py: _fill_completion() use .command() instead of .cmd()Vladimir Sementsov-Ogievskiy2023-10-121-6/+14
* python/qemu/qmp/legacy: cmd(): drop cmd_id unused argumentVladimir Sementsov-Ogievskiy2023-10-121-5/+1
* python/qmp: remove Server.wait_closed() call for Python 3.12John Snow2023-10-111-1/+0
* python/machine: remove unused sock_dir argumentJohn Snow2023-10-112-22/+1
* python/machine: use socketpair() for qtest connectionJohn Snow2023-10-111-9/+40
* python/machine: use socketpair() for console connectionsJohn Snow2023-10-111-3/+27
* python/console_socket: accept existing FD in initializerJohn Snow2023-10-111-8/+21
* python/machine: close sock_pair in cleanup pathJohn Snow2023-10-111-0/+5
* python/machine: move socket setup out of _base_args propertyJohn Snow2023-10-111-3/+2
* tests/avocado: Fix console data lossNicholas Piggin2023-09-201-0/+19
* python: bump minimum requirements so they are compatible with 3.12Paolo Bonzini2023-07-071-1/+4
* Revert "python/qmp/protocol: add open_with_socket()"John Snow2023-05-311-19/+5
* python/qmp/legacy: remove open_with_socket() callsJohn Snow2023-05-312-20/+16
* python/machine: use connect-based interface for existing socketsJohn Snow2023-05-311-5/+7
* python/qmp/legacy: allow using sockets for connect()John Snow2023-05-311-2/+3
* python/qmp: allow sockets to be passed to connect()John Snow2023-05-311-6/+15
* docs/interop: Convert qmp-spec.txt to rSTPeter Maydell2023-05-222-6/+6
* 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/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-011-1/+1
* 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-061-1/+3
* python/qmp: remove pylint workaround from legacy.pyJohn Snow2022-04-211-2/+0
* python: rename 'aqmp-tui' to 'qmp-tui'John Snow2022-04-211-6/+6
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-2118-44/+44
* python: remove the old QMP packageJohn Snow2022-04-213-405/+0
* 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/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