]> Git Repo - qemu.git/blobdiff - util/qemu-progress.c
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into...
[qemu.git] / util / qemu-progress.c
index f745233763aa8417ebf7599e6c2ca50271d60db1..3c2223c1a21cd3173fe86cf96e44fce3e3bb9299 100644 (file)
@@ -88,6 +88,9 @@ static void progress_dummy_init(void)
     action.sa_handler = sigusr_print;
     action.sa_flags = 0;
     sigaction(SIGUSR1, &action, NULL);
+#ifdef SIGINFO
+    sigaction(SIGINFO, &action, NULL);
+#endif
 
     /*
      * SIGUSR1 is SIG_IPI and gets blocked in qemu_init_main_loop(). In the
This page took 0.023262 seconds and 4 git commands to generate.