Amos Kong <ak...@redhat.com> writes: > When input some invialid word 'unknowcmd' through QMP port, qemu outputs this > error message: > "parse error: invalid keyword `%s'" > This patch makes qemu output the content of invalid keyword, like: > "parse error: invalid keyword `unknowcmd'" > > Signed-off-by: Amos Kong <ak...@redhat.com>
Looks good to me. Hint: it's best to put a version in the subject when you respin, like [PATCH v2] ...