From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnaT0-0006gd-AD for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnaSz-0004UZ-8b for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:06 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:45897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnaSz-0004UT-2X for qemu-devel@nongnu.org; Thu, 10 Feb 2011 12:38:05 -0500 Received: by gye5 with SMTP id 5so757667gye.4 for ; Thu, 10 Feb 2011 09:38:04 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 10 Feb 2011 18:37:42 +0100 Message-Id: <1297359464-9789-6-git-send-email-pbonzini@redhat.com> In-Reply-To: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> References: <1297359464-9789-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 5/7] include qemu-thread.h early List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl Signed-off-by: Paolo Bonzini Cc: Stefan Weil Cc: Blue Swirl --- cpus.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/cpus.c b/cpus.c index 4c9928e..68b3fcb 100644 --- a/cpus.c +++ b/cpus.c @@ -32,6 +32,7 @@ #include "kvm.h" #include "exec-all.h" +#include "qemu-thread.h" #include "cpus.h" #include "compatfd.h" #ifdef CONFIG_LINUX @@ -319,8 +320,6 @@ void vm_stop(int reason) #else /* CONFIG_IOTHREAD */ -#include "qemu-thread.h" - QemuMutex qemu_global_mutex; static QemuMutex qemu_fair_mutex; -- 1.7.3.5