Re: [Qemu-devel] [PATCH v2 2/6] fix doc of using raw values with sendkey

2012-06-06 Thread Luiz Capitulino
On Sat, 2 Jun 2012 06:54:24 +0800 Amos Kong wrote: > (qemu) sendkey a > (qemu) sendkey 0x1e > (qemu) sendkey #0x1e > unknown key: '#0x1e' > > The last command doesn't work, '#' is not request before raw values. > > Signed-off-by: Amos Kong > --- > hmp-commands.hx |4 ++-- > 1 files chan

[Qemu-devel] [PATCH v2 2/6] fix doc of using raw values with sendkey

2012-06-01 Thread Amos Kong
(qemu) sendkey a (qemu) sendkey 0x1e (qemu) sendkey #0x1e unknown key: '#0x1e' The last command doesn't work, '#' is not request before raw values. Signed-off-by: Amos Kong --- hmp-commands.hx |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx b/hmp-com