Re: [PATCH v3 14/31] python/qmp: switch qmp-shell to AQMP

2022-01-12 Thread John Snow
On Wed, Jan 12, 2022 at 8:52 AM Beraldo Leal wrote: > > On Mon, Jan 10, 2022 at 06:28:53PM -0500, John Snow wrote: > > We have a replacement for async QMP, but it doesn't have feature parity > > yet. For now, then, port the old tool onto the new backend. > > > > Signed-off-by: John Snow > > Revie

Re: [PATCH v3 14/31] python/qmp: switch qmp-shell to AQMP

2022-01-12 Thread Beraldo Leal
On Mon, Jan 10, 2022 at 06:28:53PM -0500, John Snow wrote: > We have a replacement for async QMP, but it doesn't have feature parity > yet. For now, then, port the old tool onto the new backend. > > Signed-off-by: John Snow > Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > python/qemu/aqmp/le

[PATCH v3 14/31] python/qmp: switch qmp-shell to AQMP

2022-01-10 Thread John Snow
We have a replacement for async QMP, but it doesn't have feature parity yet. For now, then, port the old tool onto the new backend. Signed-off-by: John Snow Reviewed-by: Vladimir Sementsov-Ogievskiy --- python/qemu/aqmp/legacy.py | 3 +++ python/qemu/qmp/qmp_shell.py | 31 +--