python/aqmp: copy type definitions from qmp
commit0e6bfd8b96e407db7b0cb5e8c14cc315a7154f53
authorJohn Snow <jsnow@redhat.com>
Mon, 10 Jan 2022 23:28:47 +0000 (10 18:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Fri, 21 Jan 2022 21:01:31 +0000 (21 16:01 -0500)
tree2294d59be34e0a7f901f889135d5c3b16464b86f
parent3b5bf136f5798a4ea2c66875d6337ca3d6b79434
python/aqmp: copy type definitions from qmp

Copy the remaining type definitions from QMP into the qemu.aqmp.legacy
module. Now, users that require the legacy interface don't need to
import anything else but qemu.aqmp.legacy wrapper.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
python/qemu/aqmp/legacy.py
python/qemu/aqmp/protocol.py