OSDN Git Service

python/aqmp: add QMP protocol support
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:45 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commitc67d696b8592a85ba32dfdc1fc7449fa9b327e29
tree6afb73b3f3439e2750a79db8c30e3f89233324e1
parent29a8ea9ba2e5b514e969d9f7660755eb98d9922b
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>
python/qemu/aqmp/__init__.py
python/qemu/aqmp/qmp_client.py [new file with mode: 0644]