summary refs log tree commit diff stats
path: root/python/qemu/machine/machine.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: linter changes for pylint 3.xJohn Snow2024-07-121-0/+1
* 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-121-4/+4
* python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2023-10-121-1/+1
* python/machine: remove unused sock_dir argumentJohn Snow2023-10-111-18/+0
* python/machine: use socketpair() for console connectionsJohn Snow2023-10-111-3/+27
* 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/qmp/legacy: remove open_with_socket() callsJohn Snow2023-05-311-3/+4
* python/machine: use connect-based interface for existing socketsJohn Snow2023-05-311-5/+7
* python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau2023-01-241-8/+17
* 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
* 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
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-2/+2
* python/machine: permanently switch to AQMPJohn Snow2022-04-211-11/+7
* python/machine: raise VMLaunchFailure exception from launch()John Snow2022-02-021-6/+39
* python/machine: handle "fast" QEMU terminationsJohn Snow2021-11-221-7/+12
* python/machine: move more variable initializations to _pre_launchJohn Snow2021-11-221-8/+8
* python/machine: add instance disambiguator to default nicknameJohn Snow2021-11-221-1/+1
* python/machine: remove _remove_monitor_sockfile propertyJohn Snow2021-11-221-4/+1
* python/machine: add @sock_dir propertyJohn Snow2021-11-221-4/+13
* python, iotests: replace qmp with aqmpJohn Snow2021-11-011-1/+6
* python/machine: Handle QMP errors on close more meticulouslyJohn Snow2021-11-011-6/+42
* python/machine: remove has_quit argumentJohn Snow2021-11-011-15/+19
* python, iotests: remove socket_scm_helperJohn Snow2021-10-121-3/+0
* python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-121-35/+9
* python/qmp: clear events on get_events() callJohn Snow2021-10-121-1/+0
* python: Update for pylint 2.10John Snow2021-09-161-1/+6
* python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy2021-09-011-3/+7
* python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy2021-09-011-1/+11
* python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy2021-09-011-10/+8
* qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-011-3/+6
* python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2021-09-011-2/+5
* python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta2021-07-131-0/+5
* Acceptance Tests: distinguish between temp and logs dirCleber Rosa2021-07-131-3/+14
* python: Fix broken ReST docstringsJohn Snow2021-06-301-1/+2
* python: Remove global pylint suppressionsJohn Snow2021-06-301-0/+3
* python: add pylint import exceptionsJohn Snow2021-06-011-1/+1
* python: create qemu packagesJohn Snow2021-06-011-0/+768