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

2023-01-17 Thread John Snow
On Thu, Jan 12, 2023 at 10:28 AM Maksim Davydov wrote: > > Current 256KB is not enough for some real cases. As a possible solution > limit can be chosen to be the same as libvirt (10MB) > > Signed-off-by: Maksim Davydov > Reviewed-by: John Snow > --- > python/qemu/qmp/qmp_client.py | 4 ++-- >

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

2023-01-12 Thread Maksim Davydov
Current 256KB is not enough for some real cases. As a possible solution limit can be chosen to be the same as libvirt (10MB) Signed-off-by: Maksim Davydov Reviewed-by: John Snow --- python/qemu/qmp/qmp_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/qemu