xemu/python/qemu/aqmp
John Snow c67d696b85 python/aqmp: add QMP protocol support
The star of our show!

Add most of the QMP protocol, sans support for actually executing
commands. No problem, that happens in the next several commits.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-18-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2021-09-27 12:10:29 -04:00
..
__init__.py python/aqmp: add QMP protocol support 2021-09-27 12:10:29 -04:00
error.py python/aqmp: add error classes 2021-09-27 12:10:29 -04:00
events.py python/aqmp: add QMP event support 2021-09-27 12:10:29 -04:00
message.py python/aqmp: add QMP Message format 2021-09-27 12:10:29 -04:00
models.py python/aqmp: add well-known QMP object models 2021-09-27 12:10:29 -04:00
protocol.py python/aqmp: add AsyncProtocol._readline() method 2021-09-27 12:10:29 -04:00
py.typed python/aqmp: add asynchronous QMP (AQMP) subpackage 2021-09-27 12:10:27 -04:00
qmp_client.py python/aqmp: add QMP protocol support 2021-09-27 12:10:29 -04:00
util.py python/aqmp: Add logging utility helpers 2021-09-27 12:10:29 -04:00