PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type
commit0dd4bc7dd45de7afa88662d24bd50a3aafdbab64
authorAlexander Graf <agraf@suse.de>
Thu, 16 Jun 2011 16:49:22 +0000 (16 18:49 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 17 Jun 2011 00:58:35 +0000 (17 02:58 +0200)
tree2fedb5be2bde378719d7171d54243f057fadaa9f
parentd1e256fe47be3dd43f38a8ec50f860506f975baf
PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type

We have some KVM interaction code in Qemu that tries to be clever and
ignore some capabilities when running on BookE style MMUs. Unfortunately,
the default CPU bamboo was defaulting to was not a BookE-style MMU,
resulting in the check to fail.

With this patch, guests can run again on 440 with -enable-kvm.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc440.c