Re: [PATCH v3 10/25] python/aqmp: add configurable read buffer limit

2021-08-17 Thread Eric Blake
On Tue, Aug 03, 2021 at 02:29:26PM -0400, John Snow wrote: > 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 > Signed-off-by: John Snow > --- > python/qemu/aqmp/protocol.py | 18

[PATCH v3 10/25] python/aqmp: add configurable read buffer limit

2021-08-03 Thread John Snow
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 Signed-off-by: John Snow --- python/qemu/aqmp/protocol.py | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff