Revision e9b4b432 hmp-commands.hx

b/hmp-commands.hx
740 740
#if defined(TARGET_I386)
741 741
    {
742 742
        .name       = "nmi",
743
        .args_type  = "cpu_index:i",
744
        .params     = "cpu",
745
        .help       = "inject an NMI on the given CPU",
746
        .mhandler.cmd = do_inject_nmi,
743
        .args_type  = "",
744
        .params     = "",
745
        .help       = "inject an NMI on all guest's CPUs",
746
        .user_print = monitor_user_noop,
747
        .mhandler.cmd_new = do_inject_nmi,
747 748
    },
748 749
#endif
749 750
STEXI

Also available in: Unified diff