]> git.proxmox.com Git - mirror_qemu.git/commit
python/aqmp: add AsyncProtocol.accept() method
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:37 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commit774c64a58d45da54a344947e7ed26814db04cc68
tree6a4cf85c59ac9d6419ab3133813f9f5e0dad0fbd
parent50e533061f30e69d618643c9513b6797019023d1
python/aqmp: add AsyncProtocol.accept() method

It's a little messier than connect, because it wasn't designed to accept
*precisely one* connection. Such is life.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20210915162955.333025-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/protocol.py