Age | Commit message (Expand) | Author | Files | Lines |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 1 | -1/+1 |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow | 2 | -3/+3 |
2022-04-21 | python/machine: permanently switch to AQMP | John Snow | 2 | -12/+8 |
2022-02-02 | python/machine: raise VMLaunchFailure exception from launch() | John Snow | 1 | -6/+39 |
2021-11-22 | python/machine: handle "fast" QEMU terminations | John Snow | 1 | -7/+12 |
2021-11-22 | python/machine: move more variable initializations to _pre_launch | John Snow | 1 | -8/+8 |
2021-11-22 | python/machine: add instance disambiguator to default nickname | John Snow | 1 | -1/+1 |
2021-11-22 | python/machine: remove _remove_monitor_sockfile property | John Snow | 1 | -4/+1 |
2021-11-22 | python/machine: add @sock_dir property | John Snow | 1 | -4/+13 |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo | 1 | -1/+1 |
2021-11-01 | python, iotests: replace qmp with aqmp | John Snow | 1 | -1/+6 |
2021-11-01 | python/machine: Handle QMP errors on close more meticulously | John Snow | 1 | -6/+42 |
2021-11-01 | python/machine: remove has_quit argument | John Snow | 1 | -15/+19 |
2021-10-12 | python, iotests: remove socket_scm_helper | John Snow | 2 | -5/+0 |
2021-10-12 | python/qmp: add send_fd_scm directly to QEMUMonitorProtocol | John Snow | 1 | -35/+9 |
2021-10-12 | python/qmp: clear events on get_events() call | John Snow | 1 | -1/+0 |
2021-09-16 | python: Update for pylint 2.10 | John Snow | 1 | -1/+6 |
2021-09-01 | python:QEMUMachine: template typing for self returning methods | Vladimir Sementsov-Ogievskiy | 1 | -3/+7 |
2021-09-01 | python/qemu/machine: QEMUMachine: improve qmp() method | Vladimir Sementsov-Ogievskiy | 1 | -1/+11 |
2021-09-01 | python/qemu/machine.py: refactor _qemu_args() | Vladimir Sementsov-Ogievskiy | 1 | -10/+8 |
2021-09-01 | qemu-iotests: add option to show qemu binary logs on stdout | Emanuele Giuseppe Esposito | 1 | -3/+6 |
2021-09-01 | python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine | Emanuele Giuseppe Esposito | 1 | -1/+3 |
2021-09-01 | python: qemu: add timer parameter for qmp.accept socket | Emanuele Giuseppe Esposito | 2 | -4/+8 |
2021-07-13 | python/qemu: Add args property to the QEMUMachine class | Wainer dos Santos Moschetta | 1 | -0/+5 |
2021-07-13 | Acceptance Tests: distinguish between temp and logs dir | Cleber Rosa | 1 | -3/+14 |
2021-06-30 | python: Fix broken ReST docstrings | John Snow | 2 | -4/+5 |
2021-06-30 | python: Remove global pylint suppressions | John Snow | 2 | -0/+5 |
2021-06-30 | python: expose typing information via PEP 561 | John Snow | 1 | -0/+0 |
2021-06-01 | python: move flake8 config to setup.cfg | John Snow | 1 | -2/+0 |
2021-06-01 | python: move pylintrc into setup.cfg | John Snow | 1 | -58/+0 |
2021-06-01 | python: add pylint import exceptions | John Snow | 3 | -2/+5 |
2021-06-01 | python: add directory structure README.rst files | John Snow | 1 | -0/+9 |
2021-06-01 | python: create qemu packages | John Snow | 6 | -0/+1150 |