aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/machine
AgeCommit message (Expand)AuthorFilesLines
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau1-8/+17
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 Zhang2-2/+2
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-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow2-3/+3
2022-04-21python/machine: permanently switch to AQMPJohn Snow2-12/+8
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow1-6/+39
2021-11-22python/machine: handle "fast" QEMU terminationsJohn Snow1-7/+12
2021-11-22python/machine: move more variable initializations to _pre_launchJohn Snow1-8/+8
2021-11-22python/machine: add instance disambiguator to default nicknameJohn Snow1-1/+1
2021-11-22python/machine: remove _remove_monitor_sockfile propertyJohn Snow1-4/+1
2021-11-22python/machine: add @sock_dir propertyJohn Snow1-4/+13
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo1-1/+1
2021-11-01python, iotests: replace qmp with aqmpJohn Snow1-1/+6
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow1-6/+42
2021-11-01python/machine: remove has_quit argumentJohn Snow1-15/+19
2021-10-12python, iotests: remove socket_scm_helperJohn Snow2-5/+0
2021-10-12python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow1-35/+9
2021-10-12python/qmp: clear events on get_events() callJohn Snow1-1/+0
2021-09-16python: Update for pylint 2.10John Snow1-1/+6
2021-09-01python:QEMUMachine: template typing for self returning methodsVladimir Sementsov-Ogievskiy1-3/+7
2021-09-01python/qemu/machine: QEMUMachine: improve qmp() methodVladimir Sementsov-Ogievskiy1-1/+11
2021-09-01python/qemu/machine.py: refactor _qemu_args()Vladimir Sementsov-Ogievskiy1-10/+8
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito1-3/+6
2021-09-01python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito1-1/+3
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2-4/+8
2021-07-13python/qemu: Add args property to the QEMUMachine classWainer dos Santos Moschetta1-0/+5
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa1-3/+14
2021-06-30python: Fix broken ReST docstringsJohn Snow2-4/+5
2021-06-30python: Remove global pylint suppressionsJohn Snow2-0/+5
2021-06-30python: expose typing information via PEP 561John Snow1-0/+0
2021-06-01python: move flake8 config to setup.cfgJohn Snow1-2/+0
2021-06-01python: move pylintrc into setup.cfgJohn Snow1-58/+0
2021-06-01python: add pylint import exceptionsJohn Snow3-2/+5
2021-06-01python: add directory structure README.rst filesJohn Snow1-0/+9
2021-06-01python: create qemu packagesJohn Snow6-0/+1150