]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/aqmp: Add message routing to QMP protocol
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:47 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commit577737be55a3e9e5d592ad31d4b7c71ebccf3dc8
treef16dd9f27566bd70e431295a283c814bc09b539a
parent4cd17f375daaa73f0f6fd214e08e2290d86c24be
python/aqmp: Add message routing to QMP protocol

Add the ability to handle and route messages in qmp_protocol.py. The
interface for actually sending anything still isn't added until next
commit.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-20-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/qmp_client.py