diff options
author | John Snow | 2021-09-15 18:29:33 +0200 |
---|---|---|
committer | John Snow | 2021-09-27 18:10:29 +0200 |
commit | 4ccaab0377dec88b5cf1a55064b4953f6ab59d9f (patch) | |
tree | d5f7fabb64a8f0065f8a4acfd361a4464f2c134a /python/tests | |
parent | python/aqmp: add asyncio compatibility wrappers (diff) | |
download | qemu-4ccaab0377dec88b5cf1a55064b4953f6ab59d9f.tar.gz qemu-4ccaab0377dec88b5cf1a55064b4953f6ab59d9f.tar.xz qemu-4ccaab0377dec88b5cf1a55064b4953f6ab59d9f.zip |
python/aqmp: add generic async message-based protocol support
This is the bare minimum that you need to establish a full-duplex async
message-based protocol with Python's asyncio.
The features to be added in forthcoming commits are:
- Runstate tracking
- Logging
- Support for incoming connections via accept()
- _cb_outbound, _cb_inbound message hooks
- _readline() method
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/tests')
0 files changed, 0 insertions, 0 deletions