Age | Commit message (Expand) | Author | Files | Lines |
2022-01-21 | python: pin setuptools below v60.0.0 | John Snow | 2 | -0/+3 |
2022-01-10 | python: update type hints for mypy 0.930 | John Snow | 1 | -5/+1 |
2022-01-10 | Python/aqmp: fix type definitions for mypy 0.920 | John Snow | 1 | -2/+3 |
2022-01-10 | python/aqmp: use absolute import statement | John Snow | 1 | -1/+2 |
2021-11-22 | python/aqmp: fix send_fd_scm for python 3.6.x | John Snow | 1 | -3/+6 |
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-16 | python/aqmp: fix ConnectError string method | John Snow | 1 | -1/+5 |
2021-11-16 | python/aqmp: Fix disconnect during capabilities negotiation | John Snow | 1 | -5/+13 |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo | 3 | -3/+3 |
2021-11-01 | python, iotests: replace qmp with aqmp | John Snow | 1 | -1/+6 |
2021-11-01 | python/aqmp: Create sync QMP wrapper for iotests | John Snow | 1 | -0/+138 |
2021-11-01 | python/aqmp: Remove scary message | John Snow | 1 | -12/+0 |
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-11-01 | python: Add iotest linters to test suite | John Snow | 2 | -0/+8 |
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 | 2 | -47/+18 |
2021-10-12 | python/qmp: clear events on get_events() call | John Snow | 3 | -4/+4 |
2021-10-12 | python/aqmp: Disable logging messages by default | John Snow | 1 | -0/+4 |
2021-10-12 | python/aqmp: Reduce severity of EOFError-caused loop terminations | John Snow | 1 | -2/+5 |
2021-10-12 | python/aqmp: Add dict conversion method to Greeting object | John Snow | 1 | -0/+13 |
2021-10-12 | python/aqmp: add send_fd_scm | John Snow | 1 | -0/+22 |
2021-10-12 | python/aqmp: Return cleared events from EventListener.clear() | John Snow | 1 | -2/+7 |
2021-10-12 | python/aqmp: add .empty() method to EventListener | John Snow | 1 | -0/+6 |
2021-10-12 | python/aqmp: add greeting property to QMPClient | John Snow | 1 | -0/+5 |
2021-09-27 | python/aqmp-tui: Add syntax highlighting | G S Niteesh Babu | 1 | -2/+34 |
2021-09-27 | python: add optional pygments dependency | G S Niteesh Babu | 2 | -0/+13 |
2021-09-27 | python: Add entry point for aqmp-tui | G S Niteesh Babu | 1 | -0/+1 |
2021-09-27 | python/aqmp-tui: Add AQMP TUI | G S Niteesh Babu | 2 | -1/+632 |
2021-09-27 | python: Add dependencies for AQMP TUI | G S Niteesh Babu | 2 | -0/+20 |
2021-09-27 | python/aqmp: Add Coverage.py support | John Snow | 4 | -0/+27 |
2021-09-27 | python/aqmp: add LineProtocol tests | John Snow | 1 | -0/+48 |
2021-09-27 | python/aqmp: add AsyncProtocol unit tests | John Snow | 1 | -0/+535 |
2021-09-27 | python: bump avocado to v90.0 | John Snow | 2 | -5/+5 |
2021-09-27 | python/aqmp: add scary message | John Snow | 1 | -0/+14 |
2021-09-27 | python/aqmp: add asyncio_run compatibility wrapper | John Snow | 1 | -0/+19 |
2021-09-27 | python/aqmp: add _raw() execution interface | John Snow | 1 | -0/+51 |
2021-09-27 | python/aqmp: add execute() interfaces | John Snow | 2 | -8/+198 |
2021-09-27 | python/aqmp: Add message routing to QMP protocol | John Snow | 1 | -2/+120 |
2021-09-27 | python/pylint: disable no-member check | John Snow | 1 | -0/+1 |
2021-09-27 | python/aqmp: add QMP protocol support | John Snow | 2 | -0/+266 |
2021-09-27 | python/pylint: disable too-many-function-args | John Snow | 1 | -0/+1 |
2021-09-27 | python/aqmp: add QMP event support | John Snow | 2 | -0/+708 |
2021-09-27 | python/aqmp: add well-known QMP object models | John Snow | 1 | -0/+133 |
2021-09-27 | python/aqmp: add QMP Message format | John Snow | 2 | -1/+212 |
2021-09-27 | python/aqmp: add AsyncProtocol._readline() method | John Snow | 1 | -0/+29 |