summary refs log tree commit diff stats
path: root/python/qemu/aqmp/legacy.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow2022-04-211-0/+11
* python/aqmp: drop _bind_hack()John Snow2022-03-071-1/+1
* python/aqmp: fix race condition in legacy.pyJohn Snow2022-03-071-5/+2
* python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2022-03-071-1/+1
* python/aqmp: add socket bind step to legacy.pyJohn Snow2022-02-021-0/+3
* python/qmp: switch qmp-shell to AQMPJohn Snow2022-01-211-0/+3
* python/aqmp: rename AQMPError to QMPErrorJohn Snow2022-01-211-2/+2
* python/aqmp: copy type definitions from qmpJohn Snow2022-01-211-2/+20
* python/aqmp: add __del__ method to legacy interfaceJohn Snow2022-01-211-0/+18
* python/aqmp: Create sync QMP wrapper for iotestsJohn Snow2021-11-011-0/+138