mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Add sysrq to key names known by "sendkey".
Adding sysrq keycode to the table enabling running sysrq debugging in the guest via the monitor sendkey command, like: (qemu) sendkey alt-sysrq-t Tested on x86-64 target and Linux guest. Signed-off-by: Ryan Harper <ryanh@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4658 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3401c0d95f
commit
f2289cb692
1 changed files with 1 additions and 0 deletions
|
@ -867,6 +867,7 @@ static const KeyDef key_defs[] = {
|
|||
{ 0x4e, "kp_add" },
|
||||
{ 0x9c, "kp_enter" },
|
||||
{ 0x53, "kp_decimal" },
|
||||
{ 0x54, "sysrq" },
|
||||
|
||||
{ 0x52, "kp_0" },
|
||||
{ 0x4f, "kp_1" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue