Re: [Qemu-devel] [PATCH v8 22/23] tests: qmp-test: verify command batching

2018-03-11 Thread Peter Xu
On Sat, Mar 10, 2018 at 08:45:46PM -0600, Eric Blake wrote: > On 03/09/2018 03:00 AM, Peter Xu wrote: > > OOB introduced DROP event for flow control. This should not affect old > > QMP clients. Add a command batching check to make sure of it. > > > > Reviewed-by: Stefan Hajnoczi

Re: [Qemu-devel] [PATCH v8 22/23] tests: qmp-test: verify command batching

2018-03-10 Thread Eric Blake
On 03/09/2018 03:00 AM, Peter Xu wrote: OOB introduced DROP event for flow control. This should not affect old QMP clients. Add a command batching check to make sure of it. Reviewed-by: Stefan Hajnoczi Signed-off-by: Peter Xu --- tests/qmp-test.c |