diff options
| author | Paolo Bonzini | 2011-03-12 17:43:53 +0100 |
|---|---|---|
| committer | Blue Swirl | 2011-03-13 15:44:21 +0100 |
| commit | 96284e8973fe8d8556ef5d4aefa0807b9f22907c (patch) | |
| tree | 360d315deb32e77b1f5529efbe48040f8b24c5de | |
| parent | add win32 qemu-thread implementation (diff) | |
| download | qemu-96284e8973fe8d8556ef5d4aefa0807b9f22907c.tar.gz qemu-96284e8973fe8d8556ef5d4aefa0807b9f22907c.tar.xz qemu-96284e8973fe8d8556ef5d4aefa0807b9f22907c.zip | |
include qemu-thread.h early
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
| -rw-r--r-- | cpus.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
