Age | Commit message (Expand) | Author | Files | Lines |
2024-07-12 | python: linter changes for pylint 3.x | John Snow | 1 | -0/+1 |
2024-04-25 | python/qemu/machine: add method to retrieve QEMUMachine::binary field | Maksim Davydov | 1 | -0/+5 |
2023-10-12 | python/machine.py: upgrade vm.cmd() method | Vladimir Sementsov-Ogievskiy | 1 | -1/+11 |
2023-10-12 | python/qemu: rename command() to cmd() | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2023-10-12 | python: rename QEMUMonitorProtocol.cmd() to cmd_raw() | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2023-10-11 | python/machine: remove unused sock_dir argument | John Snow | 2 | -22/+1 |
2023-10-11 | python/machine: use socketpair() for qtest connection | John Snow | 1 | -9/+40 |
2023-10-11 | python/machine: use socketpair() for console connections | John Snow | 1 | -3/+27 |
2023-10-11 | python/console_socket: accept existing FD in initializer | John Snow | 1 | -8/+21 |
2023-10-11 | python/machine: close sock_pair in cleanup path | John Snow | 1 | -0/+5 |
2023-10-11 | python/machine: move socket setup out of _base_args property | John Snow | 1 | -3/+2 |
2023-09-20 | tests/avocado: Fix console data loss | Nicholas Piggin | 1 | -0/+19 |
2023-05-31 | python/qmp/legacy: remove open_with_socket() calls | John Snow | 1 | -3/+4 |
2023-05-31 | python/machine: use connect-based interface for existing sockets | John Snow | 1 | -5/+7 |
2023-01-24 | python/qemu/machine: use socketpair() for QMP by default | Marc-André Lureau | 1 | -8/+17 |
2023-01-24 | python/machine: Fix AF_UNIX path too long on macOS | Peter Delevoryas | 1 | -3/+3 |
2023-01-24 | python: QEMUMachine: enable qmp accept timeout by default | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2023-01-24 | Fix some typos | Dongdong Zhang | 2 | -2/+2 |
2023-01-04 | python/machine: Handle termination cases without QMP | John Snow | 1 | -0/+6 |
2023-01-04 | python/machine: Add debug logging to key state changes | John Snow | 1 | -0/+25 |
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 |