commit | 0dd4bc7dd45de7afa88662d24bd50a3aafdbab64 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jun 16 18:49:22 2011 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Jun 17 02:58:35 2011 +0200 |
tree | 2fedb5be2bde378719d7171d54243f057fadaa9f | |
parent | d1e256fe47be3dd43f38a8ec50f860506f975baf [diff] |
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>