]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qmp-commands.hx
curl: Don't deref NULL pointer in call to aio_poll.
[mirror_qemu.git] / qmp-commands.hx
index 4be4765f27a75411636134d6636fa2d4e2cd158e..7658d4bd24f9f11276716c6d7a9bdff6588a21ca 100644 (file)
@@ -477,7 +477,7 @@ SQMP
 inject-nmi
 ----------
 
-Inject an NMI on guest's CPUs.
+Inject an NMI on the default CPU (x86/s390) or all CPUs (ppc64).
 
 Arguments: None.
 
@@ -487,7 +487,6 @@ Example:
 <- { "return": {} }
 
 Note: inject-nmi fails when the guest doesn't support injecting.
-      Currently, only x86 (NMI) and s390x (RESTART) guests do.
 
 EQMP