aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-27python: Add dependencies for AQMP TUIG S Niteesh Babu2-0/+20
2021-09-27python/aqmp: Add Coverage.py supportJohn Snow4-0/+27
2021-09-27python/aqmp: add LineProtocol testsJohn Snow1-0/+48
2021-09-27python/aqmp: add AsyncProtocol unit testsJohn Snow1-0/+535
2021-09-27python: bump avocado to v90.0John Snow2-5/+5
2021-09-27python/aqmp: add scary messageJohn Snow1-0/+14
2021-09-27python/aqmp: add asyncio_run compatibility wrapperJohn Snow1-0/+19
2021-09-27python/aqmp: add _raw() execution interfaceJohn Snow1-0/+51
2021-09-27python/aqmp: add execute() interfacesJohn Snow2-8/+198
2021-09-27python/aqmp: Add message routing to QMP protocolJohn Snow1-2/+120
2021-09-27python/pylint: disable no-member checkJohn Snow1-0/+1
2021-09-27python/aqmp: add QMP protocol supportJohn Snow2-0/+266
2021-09-27python/pylint: disable too-many-function-argsJohn Snow1-0/+1
2021-09-27python/aqmp: add QMP event supportJohn Snow2-0/+708
2021-09-27python/aqmp: add well-known QMP object modelsJohn Snow1-0/+133
2021-09-27python/aqmp: add QMP Message formatJohn Snow2-1/+212
2021-09-27python/aqmp: add AsyncProtocol._readline() methodJohn Snow1-0/+29
2021-09-27python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow1-4/+46