summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorEmilio G. Cota2018-08-15 17:42:49 +0200
committerPaolo Bonzini2018-08-23 18:46:25 +0200
commit12df189de139dd79b63d055b531e2d88195bfee6 (patch)
tree8045f0420c35b138b3d7b1f98ff12952d6c0359a /qemu-options.hx
parenttests/atomic_add-bench: add -p to enable sync profiler (diff)
downloadqemu-12df189de139dd79b63d055b531e2d88195bfee6.tar.gz
qemu-12df189de139dd79b63d055b531e2d88195bfee6.tar.xz
qemu-12df189de139dd79b63d055b531e2d88195bfee6.zip
vl: add -enable-sync-profile
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx10
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 5515dfaba5..d66ab1bddb 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3953,6 +3953,16 @@ Dump json-encoded vmstate information for current machine type to file
in @var{file}
ETEXI
+DEF("enable-sync-profile", 0, QEMU_OPTION_enable_sync_profile,
+ "-enable-sync-profile\n"
+ " enable synchronization profiling\n",
+ QEMU_ARCH_ALL)
+STEXI
+@item -enable-sync-profile
+@findex -enable-sync-profile
+Enable synchronization profiling.
+ETEXI
+
STEXI
@end table
ETEXI