Re: Maximum QMP reply size

2022-09-26 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, Sep 07, 2022 at 01:54:05PM +0200, Markus Armbruster wrote: >> John Snow writes: >> >> > Hi, I suspect I have asked this before, but I didn't write it down in >> > a comment, so I forget my justification... >> > >> > In the QMP lib, we need to set a buffering

Re: Maximum QMP reply size

2022-09-26 Thread Daniel P . Berrangé
On Fri, Sep 23, 2022 at 03:51:48PM -0400, John Snow wrote: > On Wed, Sep 7, 2022 at 7:54 AM Markus Armbruster wrote: > > > > John Snow writes: > > > > > Hi, I suspect I have asked this before, but I didn't write it down in > > > a comment, so I forget my justification... > > > > > > In the QMP li

Re: Maximum QMP reply size

2022-09-26 Thread Daniel P . Berrangé
On Wed, Sep 07, 2022 at 01:54:05PM +0200, Markus Armbruster wrote: > John Snow writes: > > > Hi, I suspect I have asked this before, but I didn't write it down in > > a comment, so I forget my justification... > > > > In the QMP lib, we need to set a buffering limit for how big a QMP > > message

Re: Maximum QMP reply size

2022-09-23 Thread John Snow
On Wed, Sep 7, 2022 at 7:54 AM Markus Armbruster wrote: > > John Snow writes: > > > Hi, I suspect I have asked this before, but I didn't write it down in > > a comment, so I forget my justification... > > > > In the QMP lib, we need to set a buffering limit for how big a QMP > > message can be --

Re: Maximum QMP reply size

2022-09-20 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Thu, 15 Sept 2022 at 16:21, Dr. David Alan Gilbert > wrote: > > > > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > > On Tue, 6 Sept 2022 at 20:41, John Snow wrote: > > > > Hi, I suspect I have asked this before, but I didn't write it d

Re: Maximum QMP reply size

2022-09-20 Thread Daniel P . Berrangé
On Mon, Sep 19, 2022 at 08:45:07AM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Fri, Sep 16, 2022 at 04:12:00PM +0100, Peter Maydell wrote: > >> On Thu, 15 Sept 2022 at 16:21, Dr. David Alan Gilbert > >> wrote: > >> > > >> > * Peter Maydell (peter.mayd...@linaro.org) wro

Re: Maximum QMP reply size

2022-09-19 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Sep 16, 2022 at 04:12:00PM +0100, Peter Maydell wrote: >> On Thu, 15 Sept 2022 at 16:21, Dr. David Alan Gilbert >> wrote: >> > >> > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> > > On Tue, 6 Sept 2022 at 20:41, John Snow wrote: >> > > > Hi, I suspect

Re: Maximum QMP reply size

2022-09-16 Thread Daniel P . Berrangé
On Fri, Sep 16, 2022 at 04:12:00PM +0100, Peter Maydell wrote: > On Thu, 15 Sept 2022 at 16:21, Dr. David Alan Gilbert > wrote: > > > > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > > On Tue, 6 Sept 2022 at 20:41, John Snow wrote: > > > > Hi, I suspect I have asked this before, but I didn

Re: Maximum QMP reply size

2022-09-16 Thread Peter Maydell
On Thu, 15 Sept 2022 at 16:21, Dr. David Alan Gilbert wrote: > > * Peter Maydell (peter.mayd...@linaro.org) wrote: > > On Tue, 6 Sept 2022 at 20:41, John Snow wrote: > > > Hi, I suspect I have asked this before, but I didn't write it down in > > > a comment, so I forget my justification... > > >

Re: Maximum QMP reply size

2022-09-15 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On Tue, 6 Sept 2022 at 20:41, John Snow wrote: > > Hi, I suspect I have asked this before, but I didn't write it down in > > a comment, so I forget my justification... > > > > In the QMP lib, we need to set a buffering limit for how big a QMP > >

Re: Maximum QMP reply size

2022-09-07 Thread Markus Armbruster
John Snow writes: > Hi, I suspect I have asked this before, but I didn't write it down in > a comment, so I forget my justification... > > In the QMP lib, we need to set a buffering limit for how big a QMP > message can be -- In practice, I found that the largest possible > response was the QAPI

Re: Maximum QMP reply size

2022-09-07 Thread Daniel P . Berrangé
On Tue, Sep 06, 2022 at 03:38:54PM -0400, John Snow wrote: > Hi, I suspect I have asked this before, but I didn't write it down in > a comment, so I forget my justification... > > In the QMP lib, we need to set a buffering limit for how big a QMP > message can be -- In practice, I found that the l

Re: Maximum QMP reply size

2022-09-07 Thread Daniel P . Berrangé
On Tue, Sep 06, 2022 at 03:38:54PM -0400, John Snow wrote: > Hi, I suspect I have asked this before, but I didn't write it down in > a comment, so I forget my justification... > > In the QMP lib, we need to set a buffering limit for how big a QMP > message can be -- In practice, I found that the l

Re: Maximum QMP reply size

2022-09-06 Thread Peter Maydell
On Tue, 6 Sept 2022 at 20:41, John Snow wrote: > Hi, I suspect I have asked this before, but I didn't write it down in > a comment, so I forget my justification... > > In the QMP lib, we need to set a buffering limit for how big a QMP > message can be -- In practice, I found that the largest possi

Maximum QMP reply size

2022-09-06 Thread John Snow
Hi, I suspect I have asked this before, but I didn't write it down in a comment, so I forget my justification... In the QMP lib, we need to set a buffering limit for how big a QMP message can be -- In practice, I found that the largest possible response was the QAPI schema reply, and I set the cod