]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/control.h
hw/fsi: Introduce IBM's FSI master
[mirror_qemu.git] / trace / control.h
index dfd209edd839db1a38fdd5d86562164b6cad3f3a..6754bfe052b8a7eb2f93ebc4f7cc556990ac0d51 100644 (file)
@@ -197,11 +197,11 @@ extern QemuOptsList qemu_trace_opts;
 
 /**
  * trace_opt_parse:
- * @optarg: A string argument of --trace command line argument
+ * @optstr: A string argument of --trace command line argument
  *
  * Initialize tracing subsystem.
  */
-void trace_opt_parse(const char *optarg);
+void trace_opt_parse(const char *optstr);
 
 /**
  * trace_get_vcpu_event_count: