mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue