* [PATCH] Fix missing decleration for kvm_enabled() in qemu for target-ppc/helper.c
@ 2008-04-17 20:12 Jerone Young
2008-04-22 11:36 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2008-04-17 20:12 UTC (permalink / raw)
To: kvm-devel; +Cc: kvm-ppc-devel
1 file changed, 1 insertion(+)
qemu/target-ppc/helper.c | 1 +
Recent change now requires target-ppc/helper.c to now include "qemu-kvm.h" to get the definition for kvm_enabled(). This fixes it so things now compile again.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
diff --git a/qemu/target-ppc/helper.c b/qemu/target-ppc/helper.c
--- a/qemu/target-ppc/helper.c
+++ b/qemu/target-ppc/helper.c
@@ -29,6 +29,7 @@
#include "exec-all.h"
#include "helper_regs.h"
#include "qemu-common.h"
+#include "qemu-kvm.h"
//#define DEBUG_MMU
//#define DEBUG_BATS
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-22 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 20:12 [PATCH] Fix missing decleration for kvm_enabled() in qemu for target-ppc/helper.c Jerone Young
2008-04-22 11:36 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox