On 13.10.21 00:34, John Snow wrote:
This is a wrapper around the async QMPClient that mimics the old,
synchronous QEMUMonitorProtocol class. It is designed to be
interchangeable with the old implementation.
It does not, however, attempt to mimic Exception compatibility.
Signed-off-by: John Snow <js...@redhat.com>
---
python/qemu/aqmp/legacy.py | 138 +++++++++++++++++++++++++++++++++++++
1 file changed, 138 insertions(+)
create mode 100644 python/qemu/aqmp/legacy.py
Acked-by: Hanna Reitz <hre...@redhat.com>