python/aqmp: add configurable read buffer limit
commit2686ac131634365899570bd8b8df99ae50354e79
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:38 +0000 (15 12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (27 12:10 -0400)
tree7912abeb1a1a0e10a5d55fe1dc43c6bdb3a0d620
parent774c64a58d45da54a344947e7ed26814db04cc68
python/aqmp: add configurable read buffer limit

QMP can transmit some pretty big messages, and the default limit of 64KB
isn't sufficient. Make sure that we can configure it.

Reported-by: G S Niteesh Babu <niteesh.gs@gmail.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20210915162955.333025-11-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/aqmp/protocol.py