Re: [Qemu-devel] [PATCH v8 16/23] monitor: send event when command queue full

2018-03-10 Thread Eric Blake
On 03/09/2018 02:59 AM, Peter Xu wrote: Set maximum QMP command queue length to 8. If queue full, instead of If the queue is full queue the command, we directly return a "command-dropped" event, telling s/queue/queuing/ client that specific command is dropped. s/client that/the client

[Qemu-devel] [PATCH v8 16/23] monitor: send event when command queue full

2018-03-09 Thread Peter Xu
Set maximum QMP command queue length to 8. If queue full, instead of queue the command, we directly return a "command-dropped" event, telling client that specific command is dropped. Note that this flow control mechanism is only valid if OOB is enabled. If it's not, the effective queue length