OSDN Git Service

python/aqmp: add QMP event support
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:43 +0000 (12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (12:10 -0400)
commitb3cda213a739e4e28ef7fe69a1a7e0f483e5c60c
tree6dc423488a6b2ff50b9c019e2cc9251fe50a0b89
parentad0729994136fb479674dccd3e74ec9c49de8a1c
python/aqmp: add QMP event support

This class was designed as a "mix-in" primarily so that the feature
could be given its own treatment in its own python module.

It gets quite a bit too long otherwise.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-16-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/__init__.py
python/qemu/aqmp/events.py [new file with mode: 0644]