Re: [PULL 13/13] docs/devel/writing-qmp-commands.txt: Fix docs

2020-12-10 Thread Zihao Chang
On 2020/12/11 0:31, Markus Armbruster wrote: > From: Zihao Chang > > Fix the example of add qmp hello-world example. > Without ":", make will report error: > ../qapi/misc.json:573:2: line should end with ':' > > Signed-off-by: Zihao Chang > Message-Id: <20201201143308.1626-1-changzih...@huaw

[PULL 13/13] docs/devel/writing-qmp-commands.txt: Fix docs

2020-12-10 Thread Markus Armbruster
From: Zihao Chang Fix the example of add qmp hello-world example. Without ":", make will report error: ../qapi/misc.json:573:2: line should end with ':' Signed-off-by: Zihao Chang Message-Id: <20201201143308.1626-1-changzih...@huawei.com> Reviewed-by: Eric Blake Signed-off-by: Markus Armbruste