* [Qemu-devel] [6329] powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled ( Liu Yu)
@ 2009-01-15 21:24 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-15 21:24 UTC (permalink / raw)
To: qemu-devel
Revision: 6329
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6329
Author: aliguori
Date: 2009-01-15 21:24:24 +0000 (Thu, 15 Jan 2009)
Log Message:
-----------
powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled (Liu Yu)
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Acked-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/target-ppc/helper.c
Modified: trunk/target-ppc/helper.c
===================================================================
--- trunk/target-ppc/helper.c 2009-01-15 21:19:54 UTC (rev 6328)
+++ trunk/target-ppc/helper.c 2009-01-15 21:24:24 UTC (rev 6329)
@@ -1939,7 +1939,8 @@
break;
case POWERPC_MMU_BOOKE_FSL:
/* XXX: TODO */
- cpu_abort(env, "BookE MMU model is not implemented\n");
+ if (!kvm_enabled())
+ cpu_abort(env, "BookE MMU model is not implemented\n");
break;
case POWERPC_MMU_32B:
case POWERPC_MMU_601:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-15 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 21:24 [Qemu-devel] [6329] powerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm is enabled ( Liu Yu) Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).