]> git.proxmox.com Git - mirror_qemu.git/commit - hmp-commands.hx
HMP: Use QMP inject nmi implementation
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 29 Apr 2011 15:11:50 +0000 (12:11 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 1 Jun 2011 14:42:25 +0000 (11:42 -0300)
commite9b4b432e781863869b074d46966bfa0bd672b8f
treec7a503e5d170876cdb0f047cf15ff21138899187
parenta404666457b54142d6cfe8302bcded9be4cda379
HMP: Use QMP inject nmi implementation

This **CHANGES** the human monitor "nmi" command behavior.

Currently it accepts an CPU argument which, when provided, will send
the NMI to the specified CPU. This feature is of discussable value
though and HMP shouldn't have more features than QMP, so let's use
QMP's instead (it's also simpler).

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
hmp-commands.hx
monitor.c
qmp-commands.hx