aboutsummaryrefslogtreecommitdiff
path: root/python/qemu
AgeCommit message (Expand)AuthorFilesLines
33 hourspython: ensure QEMUQtestProtocol closes its socketDaniel P. Berrangé1-0/+2
33 hourspython: synchronize qemu.qmp documentationJohn Snow9-87/+264
33 hourspython: backport 'avoid creating additional event loops per thread'John Snow3-26/+57
33 hourspython: backport 'Remove deprecated get_event_loop calls'John Snow2-2/+14
33 hourspython: backport 'qmp-tui: Do not crash if optional dependencies are not met'John Snow1-4/+15
33 hourspython: backport 'qmp-shell-wrap: handle missing binary gracefully'John Snow1-0/+2
33 hourspython: backport 'make require() preserve async-ness'John Snow1-21/+32
33 hourspython: backport 'feat: allow setting read buffer limit'Adam Dorsey2-13/+30
33 hourspython: backport 'qmp-shell: add common_parser()'John Snow1-16/+13
33 hourspython: backport 'Use @asynciocontextmanager'John Snow1-19/+16
33 hourspython: backport 'drop Python3.6 workarounds'John Snow3-115/+13
33 hourspython: backport 'protocol: adjust logging name when changing client name'John Snow1-4/+20
33 hourspython: backport 'kick event queue on legacy event_pull()'John Snow1-0/+3
33 hourspython: backport 'EventListener: add __repr__ method'John Snow1-0/+15
33 hourspython: backport 'Change error classes to have better repr methods'John Snow4-17/+29
2025-07-16python: use qom-list-getSteve Sistare2-20/+80
2025-07-01tests/functional: Add hvf_available() helperPeter Maydell2-1/+16
2024-07-12python: linter changes for pylint 3.xJohn Snow2-1/+2
2024-04-25python/qemu/machine: add method to retrieve QEMUMachine::binary fieldMaksim Davydov1-0/+5
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