All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-ppc-devel] [PATCH] Fix missing decleration for kvm_enabled()
@ 2008-04-17 20:12 ` Jerone Young
  0 siblings, 0 replies; 4+ 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
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-22 11:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 20:12 [kvm-ppc-devel] [PATCH] Fix missing decleration for kvm_enabled() Jerone Young
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 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Fix missing decleration for Avi Kivity
2008-04-22 11:36   ` [PATCH] Fix missing decleration for kvm_enabled() in qemu for target-ppc/helper.c Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.