Re: [PATCH 3/4] python/qmp: increase read buffer size

2022-09-10 Thread Vladimir Sementsov-Ogievskiy
On 9/8/22 13:36, Maksim Davydov wrote: After modification of "query-machines" command the buffer size should be more than 452kB to contain output with compat-props. Signed-off-by: Maksim Davydov --- python/qemu/qmp/qmp_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 3/4] python/qmp: increase read buffer size

2022-09-08 Thread Maksim Davydov
After modification of "query-machines" command the buffer size should be more than 452kB to contain output with compat-props. Signed-off-by: Maksim Davydov --- python/qemu/qmp/qmp_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/qemu/qmp/qmp_client.py b/py