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

2022-11-09 Thread John Snow
On Wed, Nov 9, 2022, 6:00 AM Daniel P. Berrangé wrote: > On Wed, Nov 09, 2022 at 09:39:14AM +, Daniel P. Berrangé wrote: > > On Tue, Nov 08, 2022 at 03:38:21PM -0500, John Snow wrote: > > > On Thu, Nov 3, 2022 at 6:29 AM Maksim Davydov > > > wrote: > > > > > > > > After modification of "quer

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

2022-11-09 Thread Daniel P . Berrangé
On Wed, Nov 09, 2022 at 09:39:14AM +, Daniel P. Berrangé wrote: > On Tue, Nov 08, 2022 at 03:38:21PM -0500, John Snow wrote: > > On Thu, Nov 3, 2022 at 6:29 AM Maksim Davydov > > wrote: > > > > > > After modification of "query-machines" command the buffer size should be > > > more than 452kB t

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

2022-11-09 Thread Daniel P . Berrangé
On Tue, Nov 08, 2022 at 03:38:21PM -0500, John Snow wrote: > On Thu, Nov 3, 2022 at 6:29 AM 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 > > R

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

2022-11-08 Thread John Snow
On Thu, Nov 3, 2022 at 6:29 AM 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 > Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > python/qemu/qmp/qmp_clie

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

2022-11-03 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 Reviewed-by: Vladimir Sementsov-Ogievskiy --- python/qemu/qmp/qmp_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff