]> git.ipfire.org Git - thirdparty/qemu.git/commit
fix doc of using raw values with sendkey
authorAmos Kong <akong@redhat.com>
Fri, 31 Aug 2012 02:56:20 +0000 (10:56 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:58:29 +0000 (01:58 -0500)
commit23086b20543b71ce8e1ec435ef65923d93b1dcbb
tree4596702690fd3e7755fd3ed369ef7c111890a791
parentea4c86551de72721d52507af252f1aa541c29ac0
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>
(cherry picked from commit 886cc706ce5d4d3d1c296f028ddc2991cfbe3bbe)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hmp-commands.hx