Re: [Qemu-devel] [PATCH] qmp: update send-key document

2013-07-17 Thread Luiz Capitulino
On Tue, 16 Jul 2013 19:52:14 +0800 Amos Kong wrote: > commit 9f328977 changes qmp_send_key() to accept key codes in hex, > but the document wasn't updated. The items of keys list is union > now, not enum. > > Signed-off-by: Amos Kong Applied to the qmp branch, thanks. > --- > qmp-commands.hx

Re: [Qemu-devel] [PATCH] qmp: update send-key document

2013-07-16 Thread Eric Blake
On 07/16/2013 05:52 AM, Amos Kong wrote: > commit 9f328977 changes qmp_send_key() to accept key codes in hex, > but the document wasn't updated. The items of keys list is union > now, not enum. > > Signed-off-by: Amos Kong > --- > qmp-commands.hx | 7 +-- > 1 file changed, 5 insertions(+), 2

[Qemu-devel] [PATCH] qmp: update send-key document

2013-07-16 Thread Amos Kong
commit 9f328977 changes qmp_send_key() to accept key codes in hex, but the document wasn't updated. The items of keys list is union now, not enum. Signed-off-by: Amos Kong --- qmp-commands.hx | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qmp-commands.hx b/qmp-command