From 44a9b356ad12e63acc1198d1fc356870050a214d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 12 Sep 2011 16:44:30 +0200 Subject: main-loop: create main-loop.h Signed-off-by: Paolo Bonzini --- cpus.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpus.c') diff --git a/cpus.c b/cpus.c index 1328baa..64237b4 100644 --- a/cpus.c +++ b/cpus.c @@ -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 -- cgit v1.1