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> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6329 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2486516710
commit
da07cf59b0
@ -1939,7 +1939,8 @@ void ppc_tlb_invalidate_all (CPUPPCState *env)
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user