Re: [PATCH v4 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU

2022-02-01 Thread John Snow
On Tue, Feb 1, 2022 at 7:59 AM Kevin Wolf wrote: > > Am 01.02.2022 um 05:11 hat John Snow geschrieben: > > QEMU versions prior to the "oob" capability *also* can't accept the > > "enable" keyword argument at all. Fix the handshake process with older > > QEMU versions. > > > > Signed-off-by: John S

Re: [PATCH v4 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU

2022-02-01 Thread Kevin Wolf
Am 01.02.2022 um 05:11 hat John Snow geschrieben: > QEMU versions prior to the "oob" capability *also* can't accept the > "enable" keyword argument at all. Fix the handshake process with older > QEMU versions. > > Signed-off-by: John Snow > Reviewed-by: Hanna Reitz > --- > python/qemu/aqmp/qmp_

[PATCH v4 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU

2022-01-31 Thread John Snow
QEMU versions prior to the "oob" capability *also* can't accept the "enable" keyword argument at all. Fix the handshake process with older QEMU versions. Signed-off-by: John Snow Reviewed-by: Hanna Reitz --- python/qemu/aqmp/qmp_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-