Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow | 1 | -7/+7 |
2022-03-07 | python/aqmp: add start_server() and accept() methods | John Snow | 1 | -0/+7 |
2022-03-07 | python/aqmp: refactor _do_accept() into two distinct steps | John Snow | 1 | -2/+2 |
2022-03-07 | python/aqmp: remove _new_session and _establish_connection | John Snow | 1 | -2/+8 |
2022-03-07 | python/aqmp: rename 'accept()' to 'start_server_and_accept()' | John Snow | 1 | -12/+12 |
2022-02-23 | Python: add setuptools v60.0 workaround | John Snow | 2 | -2/+4 |
2021-11-01 | python: Add iotest linters to test suite | John Snow | 2 | -0/+8 |
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-06-30 | python: only check qemu/ subdir with flake8 | John Snow | 1 | -1/+1 |
2021-06-01 | python: add avocado-framework and tests | John Snow | 4 | -0/+8 |