Revision a4046664 qmp-commands.hx

b/qmp-commands.hx
430 430
EQMP
431 431

  
432 432
    {
433
        .name       = "inject-nmi",
434
        .args_type  = "",
435
        .params     = "",
436
        .help       = "",
437
        .user_print = monitor_user_noop,
438
        .mhandler.cmd_new = do_inject_nmi_all,
439
    },
440

  
441
SQMP
442
inject-nmi
443
----------
444

  
445
Inject an NMI on guest's CPUs.
446

  
447
Arguments: None.
448

  
449
Example:
450

  
451
-> { "execute": "inject-nmi" }
452
<- { "return": {} }
453

  
454
Note: inject-nmi is only supported for x86 guest currently, it will
455
      returns "Unsupported" error for non-x86 guest.
456

  
457
EQMP
458

  
459
    {
433 460
        .name       = "migrate",
434 461
        .args_type  = "detach:-d,blk:-b,inc:-i,uri:s",
435 462
        .params     = "[-d] [-b] [-i] uri",

Also available in: Unified diff