diff options
| author | Emilio G. Cota | 2018-08-15 17:42:49 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2018-08-23 18:46:25 +0200 |
| commit | 12df189de139dd79b63d055b531e2d88195bfee6 (patch) | |
| tree | 8045f0420c35b138b3d7b1f98ff12952d6c0359a /vl.c | |
| parent | tests/atomic_add-bench: add -p to enable sync profiler (diff) | |
| download | qemu-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 'vl.c')
| -rw-r--r-- | vl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3959,6 +3959,9 @@ int main(int argc, char **argv, char **envp) exit(1); } break; + case QEMU_OPTION_enable_sync_profile: + qsp_enable(); + break; case QEMU_OPTION_nodefconfig: case QEMU_OPTION_nouserconfig: /* Nothing to be parsed here. Especially, do not error out below. */ |
