On 03/26/2018 01:38 AM, Peter Xu wrote:
When someone sents a command before QMP handshake, error was like this:
s/sents/sends/
s/error was/the error used to be/
{"execute": "query-cpus"}
{"error": {"class": "CommandNotFound", "desc":
"Expecting capabilities negotiation with
On Mon, Mar 26, 2018 at 8:38 AM, Peter Xu wrote:
> When someone sents a command before QMP handshake, error was like this:
>
> {"execute": "query-cpus"}
> {"error": {"class": "CommandNotFound", "desc":
> "Expecting capabilities negotiation with 'qmp_capabilities'"}}
>
> While after c
When someone sents a command before QMP handshake, error was like this:
{"execute": "query-cpus"}
{"error": {"class": "CommandNotFound", "desc":
"Expecting capabilities negotiation with 'qmp_capabilities'"}}
While after cf869d5317 it becomes:
{"execute": "query-cpus"}
{"error": {