summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2009-06-28 18:46:08 +0300
committerAvi Kivity <avi@redhat.com>2009-06-29 12:11:24 +0300
commite4318a961365f47e6b60b6f0a46d9cdfaa0b4272 (patch)
tree7403349e75432ccea29892901762afbbb291ed7e /cpu-defs.h
parentOnly compile KVM support for matching CPU types (diff)
downloadqemu-kvm-e4318a961365f47e6b60b6f0a46d9cdfaa0b4272.tar.gz
qemu-kvm-e4318a961365f47e6b60b6f0a46d9cdfaa0b4272.tar.bz2
qemu-kvm-e4318a961365f47e6b60b6f0a46d9cdfaa0b4272.zip
Use upstream QEMU apic init/sipi handling
Remove KVM specific init/sipi handling from hw/apic.c. Now when upstream QEMU handles init/sipi in a cpu loop KVM can do the same. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index e17209a75..757009648 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -140,8 +140,6 @@ typedef struct CPUWatchpoint {
struct qemu_work_item;
struct KVMCPUState {
- int sipi_needed;
- int init;
pthread_t thread;
int signalled;
int stop;