summaryrefslogtreecommitdiffstats
path: root/python/qemu/aqmp/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* python/aqmp: Disable logging messages by defaultJohn Snow2021-10-121-0/+4
* python/aqmp: add scary messageJohn Snow2021-09-271-0/+14
* python/aqmp: add execute() interfacesJohn Snow2021-09-271-1/+3
* python/aqmp: add QMP protocol supportJohn Snow2021-09-271-0/+2
* python/aqmp: add QMP event supportJohn Snow2021-09-271-0/+2
* python/aqmp: add QMP Message formatJohn Snow2021-09-271-1/+3
* python/aqmp: add runstate state machine to AsyncProtocolJohn Snow2021-09-271-1/+5
* python/aqmp: add generic async message-based protocol supportJohn Snow2021-09-271-1/+3
* python/aqmp: add error classesJohn Snow2021-09-271-0/+4
* python/aqmp: add asynchronous QMP (AQMP) subpackageJohn Snow2021-09-271-0/+27