mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
vl: add -enable-sync-profile
Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9d5cff3df5
commit
12df189de1
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue