diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-12 16:44:30 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-10-21 18:14:30 +0200 |
commit | 44a9b356ad12e63acc1198d1fc356870050a214d (patch) | |
tree | 7bcd02e086c3cc48152bdffe3d6e51d0a8f15bb6 /cpus.c | |
parent | fbdc14ebf8d16f00a87b6f4cdb4799ccfb6469be (diff) |
main-loop: create main-loop.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cpus.c')
-rw-r--r-- | cpus.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -33,17 +33,12 @@ #include "qemu-thread.h" #include "cpus.h" +#include "main-loop.h" #ifndef _WIN32 #include "compatfd.h" #endif -#ifdef SIGRTMIN -#define SIG_IPI (SIGRTMIN+4) -#else -#define SIG_IPI SIGUSR1 -#endif - #ifdef CONFIG_LINUX #include <sys/prctl.h> |