summaryrefslogtreecommitdiffstats
path: root/python/qemu/aqmp/qmp_client.py
Commit message (Expand)AuthorAgeFilesLines
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-655/+0Star
* python/aqmp: Fix negotiation with pre-"oob" QEMUJohn Snow2022-02-021-2/+2
* python/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-211-4/+4
* python/aqmp: handle asyncio.TimeoutError on execute()John Snow2022-01-211-2/+6
* python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow2021-11-231-3/+6
* python/aqmp: add send_fd_scmJohn Snow2021-10-121-0/+22
* python/aqmp: add greeting property to QMPClientJohn Snow2021-10-121-0/+5
* python/aqmp: add _raw() execution interfaceJohn Snow2021-09-271-0/+51
* python/aqmp: add execute() interfacesJohn Snow2021-09-271-7/+195
* python/aqmp: Add message routing to QMP protocolJohn Snow2021-09-271-2/+120
* python/aqmp: add QMP protocol supportJohn Snow2021-09-271-0/+264