summaryrefslogtreecommitdiffstats
path: root/python/qemu/aqmp
Commit message (Expand)AuthorAgeFilesLines
* python: support recording QMP session to a fileDaniel P. Berrangé2022-02-231-7/+22
* python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé2022-02-231-4/+61
* python/aqmp: add socket bind step to legacy.pyJohn Snow2022-02-022-3/+41
* python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow2022-02-021-2/+2
* python: move qmp-shell under the AQMP packageJohn Snow2022-01-211-0/+537
* python/qmp: switch qmp-shell to AQMPJohn Snow2022-01-211-0/+3
* python/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-216-21/+21
* python/aqmp: add SocketAddrT to package rootJohn Snow2022-01-211-1/+9
* python/aqmp: copy type definitions from qmpJohn Snow2022-01-212-8/+30
* python/aqmp: handle asyncio.TimeoutError on execute()John Snow2022-01-211-2/+6
* python/aqmp: add __del__ method to legacy interfaceJohn Snow2022-01-211-0/+18
* python/aqmp: fix docstring typoJohn Snow2022-01-211-1/+1
* Python/aqmp: fix type definitions for mypy 0.920John Snow2022-01-111-2/+3
* python/aqmp: use absolute import statementJohn Snow2022-01-111-1/+2
* python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow2021-11-231-3/+6
* python/aqmp: fix ConnectError string methodJohn Snow2021-11-161-1/+5
* python/aqmp: Fix disconnect during capabilities negotiationJohn Snow2021-11-161-5/+13
* python/aqmp: Create sync QMP wrapper for iotestsJohn Snow2021-11-011-0/+138
* python/aqmp: Remove scary messageJohn Snow2021-11-011-12/+0Star
* python/aqmp: Disable logging messages by defaultJohn Snow2021-10-121-0/+4
* python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow2021-10-121-2/+5
* python/aqmp: Add dict conversion method to Greeting objectJohn Snow2021-10-121-0/+13
* python/aqmp: add send_fd_scmJohn Snow2021-10-121-0/+22
* python/aqmp: Return cleared events from EventListener.clear()John Snow2021-10-121-2/+7
* python/aqmp: add .empty() method to EventListenerJohn Snow2021-10-121-0/+6
* python/aqmp: add greeting property to QMPClientJohn Snow2021-10-121-0/+5
* python/aqmp-tui: Add syntax highlightingG S Niteesh Babu2021-09-271-2/+34
* python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2021-09-271-0/+620
* python/aqmp: add scary messageJohn Snow2021-09-271-0/+14
* python/aqmp: add asyncio_run compatibility wrapperJohn Snow2021-09-271-0/+19
* python/aqmp: add _raw() execution interfaceJohn Snow2021-09-271-0/+51
* python/aqmp: add execute() interfacesJohn Snow2021-09-272-8/+198
* python/aqmp: Add message routing to QMP protocolJohn Snow2021-09-271-2/+120
* python/aqmp: add QMP protocol supportJohn Snow2021-09-272-0/+266
* python/aqmp: add QMP event supportJohn Snow2021-09-272-0/+708
* python/aqmp: add well-known QMP object modelsJohn Snow2021-09-271-0/+133
* python/aqmp: add QMP Message formatJohn Snow2021-09-272-1/+212
* python/aqmp: add AsyncProtocol._readline() methodJohn Snow2021-09-271-0/+29
* python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow2021-09-271-4/+46
* python/aqmp: add configurable read buffer limitJohn Snow2021-09-271-2/+16
* python/aqmp: add AsyncProtocol.accept() methodJohn Snow2021-09-271-4/+85
* python/aqmp: add logging to AsyncProtocolJohn Snow2021-09-271-9/+73
* python/aqmp: Add logging utility helpersJohn Snow2021-09-271-0/+56
* python/aqmp: add runstate state machine to AsyncProtocolJohn Snow2021-09-272-5/+160
* python/aqmp: add generic async message-based protocol supportJohn Snow2021-09-273-1/+577
* python/aqmp: add asyncio compatibility wrappersJohn Snow2021-09-271-0/+89
* python/aqmp: add error classesJohn Snow2021-09-272-0/+54
* python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2021-09-272-0/+27