]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands.hx
virtio-scsi: Don't abort when media is ejected
[mirror_qemu.git] / hmp-commands.hx
index 4f4f60a0dfd20bd6d37f19ceda17579098eb885e..848efee5d19610b06ccd4152db5f20778fb32b5f 100644 (file)
@@ -281,9 +281,10 @@ ETEXI
 
     {
         .name       = "trace-event",
-        .args_type  = "name:s,option:b",
-        .params     = "name on|off",
-        .help       = "changes status of a specific trace event",
+        .args_type  = "name:s,option:b,vcpu:i?",
+        .params     = "name on|off [vcpu]",
+        .help       = "changes status of a specific trace event "
+                      "(vcpu: vCPU to set, default is all)",
         .mhandler.cmd = hmp_trace_event,
         .command_completion = trace_event_completion,
     },
@@ -1008,7 +1009,7 @@ ETEXI
 
     {
         .name       = "migrate_set_parameter",
-        .args_type  = "parameter:s,value:i",
+        .args_type  = "parameter:s,value:s",
         .params     = "parameter value",
         .help       = "Set the parameter for migration",
         .mhandler.cmd = hmp_migrate_set_parameter,