From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39717 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyRvc-0004Ew-W6 for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyRvb-0003wV-Lg for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:32 -0500 Received: from mail-wy0-f173.google.com ([74.125.82.173]:53088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyRvb-0003tD-F0 for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:31 -0500 Received: by mail-wy0-f173.google.com with SMTP id 42so3523531wyb.4 for ; Sat, 12 Mar 2011 08:44:31 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 12 Mar 2011 17:43:53 +0100 Message-Id: <1299948248-30206-7-git-send-email-pbonzini@redhat.com> In-Reply-To: <1299948248-30206-1-git-send-email-pbonzini@redhat.com> References: <1299948248-30206-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v4 upstream 06/21] 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: blauwirbel@gmail.com Signed-off-by: Paolo Bonzini --- cpus.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/cpus.c b/cpus.c index 09ce6fe..c5743c4 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" @@ -592,8 +593,6 @@ void vm_stop(int reason) #else /* CONFIG_IOTHREAD */ -#include "qemu-thread.h" - QemuMutex qemu_global_mutex; static QemuMutex qemu_fair_mutex; -- 1.7.4