]> git.proxmox.com Git - qemu.git/commit - hmp-commands.hx
fix doc of using raw values with sendkey
authorAmos Kong <akong@redhat.com>
Fri, 31 Aug 2012 02:56:20 +0000 (10:56 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 5 Sep 2012 18:48:56 +0000 (15:48 -0300)
commit886cc706ce5d4d3d1c296f028ddc2991cfbe3bbe
treefbc0123d1a0e605a7494be7617ac629f2c5ef9f8
parentfa779b65fa77d5632df1f8b2df33e9023dbc4cc8
fix doc of using raw values with sendkey

(qemu) sendkey a
(qemu) sendkey 0x1e
(qemu) sendkey #0x1e
 unknown key: '#0x1e'

The last command doesn't work, '#' is not requested before
raw values, and the raw value in decimal format is not supported.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hmp-commands.hx