summary refs log tree commit diff stats
path: root/python/qemu/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo2021-11-081-1/+1
* 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-122-5/+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: pass the wrapper field from QEMUQtestmachine to QEMUMachineEmanuele Giuseppe Esposito2021-09-011-1/+3
* python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2021-09-012-4/+8
* 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-302-4/+5
* python: Remove global pylint suppressionsJohn Snow2021-06-302-0/+5
* python: expose typing information via PEP 561John Snow2021-06-301-0/+0
* python: move flake8 config to setup.cfgJohn Snow2021-06-011-2/+0
* python: move pylintrc into setup.cfgJohn Snow2021-06-011-58/+0
* python: add pylint import exceptionsJohn Snow2021-06-013-2/+5
* python: add directory structure README.rst filesJohn Snow2021-06-011-0/+9
* python: create qemu packagesJohn Snow2021-06-016-0/+1150