Re: [PATCH v3 08/31] python/aqmp: copy type definitions from qmp

2022-01-12 Thread Beraldo Leal
On Mon, Jan 10, 2022 at 06:28:47PM -0500, John Snow wrote: > 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 > Reviewed-by:

[PATCH v3 08/31] python/aqmp: copy type definitions from qmp

2022-01-10 Thread John Snow
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 Reviewed-by: Vladimir Sementsov-Ogievskiy --- python/qemu/aqmp/legacy.py | 22 +