aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow
2022-02-02python: upgrade mypy to 0.780John Snow
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow
2022-02-02python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow
2022-01-21python/qmp: switch qmp-shell to AQMPJohn Snow
2022-01-21python/qmp: switch qom tools to AQMPJohn Snow
2022-01-21python/qmp: switch qemu-ga-client to AQMPJohn Snow
2022-01-21python/qemu-ga-client: don't use deprecated CLI syntax in usage commentJohn Snow
2022-01-21python/aqmp: rename AQMPError to QMPErrorJohn Snow
2022-01-21python/aqmp: add SocketAddrT to package rootJohn Snow
2022-01-21python/aqmp: copy type definitions from qmpJohn Snow
2022-01-21python/aqmp: handle asyncio.TimeoutError on execute()John Snow
2022-01-21python/aqmp: add __del__ method to legacy interfaceJohn Snow
2022-01-21python/aqmp: fix docstring typoJohn Snow
2022-01-21python: use avocado's "new" runnerJohn Snow
2022-01-21python: pin setuptools below v60.0.0John Snow
2022-01-10python: update type hints for mypy 0.930John Snow
2022-01-10Python/aqmp: fix type definitions for mypy 0.920John Snow
2022-01-10python/aqmp: use absolute import statementJohn Snow
2021-11-22python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow
2021-11-22python/machine: handle "fast" QEMU terminationsJohn Snow
2021-11-22python/machine: move more variable initializations to _pre_launchJohn Snow
2021-11-22python/machine: add instance disambiguator to default nicknameJohn Snow
2021-11-22python/machine: remove _remove_monitor_sockfile propertyJohn Snow
2021-11-22python/machine: add @sock_dir propertyJohn Snow
2021-11-16python/aqmp: fix ConnectError string methodJohn Snow
2021-11-16python/aqmp: Fix disconnect during capabilities negotiationJohn Snow
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo
2021-11-01python, iotests: replace qmp with aqmpJohn Snow
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow
2021-11-01python/aqmp: Remove scary messageJohn Snow
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow
2021-11-01python/machine: remove has_quit argumentJohn Snow
2021-11-01python: Add iotest linters to test suiteJohn Snow
2021-10-12python, iotests: remove socket_scm_helperJohn Snow
2021-10-12python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow
2021-10-12python/qmp: clear events on get_events() callJohn Snow
2021-10-12python/aqmp: Disable logging messages by defaultJohn Snow
2021-10-12python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow
2021-10-12python/aqmp: Add dict conversion method to Greeting objectJohn Snow
2021-10-12python/aqmp: add send_fd_scmJohn Snow
2021-10-12python/aqmp: Return cleared events from EventListener.clear()John Snow
2021-10-12python/aqmp: add .empty() method to EventListenerJohn Snow
2021-10-12python/aqmp: add greeting property to QMPClientJohn Snow
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu
2021-09-27python: add optional pygments dependencyG S Niteesh Babu
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu