python/qmp: increase read buffer size
authorMaksim Davydov <davydov-max@yandex-team.ru>
Thu, 12 Jan 2023 15:28:03 +0000 (18:28 +0300)
committerJohn Snow <jsnow@redhat.com>
Tue, 24 Jan 2023 18:37:13 +0000 (13:37 -0500)
commit166464c6ce82f748e33b24361a72e9d310130fa0
treee47ef0037da370467cc45e9e485221cf644b5e54
parentf9922937d173f50fe59fd1b20fadc445fb6b2564
python/qmp: increase read buffer size

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 <davydov-max@yandex-team.ru>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20230112152805.33109-3-davydov-max@yandex-team.ru
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/qmp_client.py