qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 7/7] kvm: Fix cpu_is_bsp() compilation warning


From: Marcelo Tosatti
Subject: [Qemu-devel] [PATCH 7/7] kvm: Fix cpu_is_bsp() compilation warning
Date: Mon, 28 Jun 2010 13:14:14 -0300

From: Sheng Yang <address@hidden>

Signed-off-by: Sheng Yang <address@hidden>
Signed-off-by: Avi Kivity <address@hidden>
---
 target-i386/kvm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target-i386/kvm.c b/target-i386/kvm.c
index 576d3b5..a33d2fa 100644
--- a/target-i386/kvm.c
+++ b/target-i386/kvm.c
@@ -25,6 +25,7 @@
 #include "gdbstub.h"
 #include "host-utils.h"
 #include "hw/pc.h"
+#include "hw/apic.h"
 #include "ioport.h"
 
 #ifdef CONFIG_KVM_PARA
-- 
1.6.6.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]