Re: [PATCH v2 07/25] python/qmp: switch qemu-ga-client to AQMP

2021-12-16 Thread John Snow
On Thu, Dec 16, 2021 at 5:31 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > 15.12.2021 22:39, John Snow wrote: > > Signed-off-by: John Snow > > Not simple to check, how much new behavior is equal to the old one.. And > impossible to check, is everything updated that should b

Re: [PATCH v2 07/25] python/qmp: switch qemu-ga-client to AQMP

2021-12-16 Thread Beraldo Leal
On Wed, Dec 15, 2021 at 02:39:21PM -0500, John Snow wrote: > Signed-off-by: John Snow > --- > python/qemu/qmp/qemu_ga_client.py | 22 +++--- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/python/qemu/qmp/qemu_ga_client.py > b/python/qemu/qmp/qemu_ga_client.

Re: [PATCH v2 07/25] python/qmp: switch qemu-ga-client to AQMP

2021-12-16 Thread Vladimir Sementsov-Ogievskiy
15.12.2021 22:39, John Snow wrote: Signed-off-by: John Snow Not simple to check, how much new behavior is equal to the old one.. And impossible to check, is everything updated that should be ) --- python/qemu/qmp/qemu_ga_client.py | 22 +++--- 1 file changed, 11 insertio

[PATCH v2 07/25] python/qmp: switch qemu-ga-client to AQMP

2021-12-15 Thread John Snow
Signed-off-by: John Snow --- python/qemu/qmp/qemu_ga_client.py | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/python/qemu/qmp/qemu_ga_client.py b/python/qemu/qmp/qemu_ga_client.py index b3e1d98c9e..15ed430c61 100644 --- a/python/qemu/qmp/qemu_ga_clie