commit | e9b4b432e781863869b074d46966bfa0bd672b8f | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Apr 29 12:11:50 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Wed Jun 01 11:42:25 2011 -0300 |
tree | c7a503e5d170876cdb0f047cf15ff21138899187 | |
parent | a404666457b54142d6cfe8302bcded9be4cda379 [diff] |
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>