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