]> git.proxmox.com Git - qemu.git/commit
PPC: Disable non-440 CPUs for ppcemb target
authorAlexander Graf <agraf@suse.de>
Tue, 18 Oct 2011 00:00:51 +0000 (02:00 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Oct 2011 19:03:26 +0000 (20:03 +0100)
commitf0ad8c340145b246982885addef1aac183790706
treea4412183c79af12517fa87d9d4930df6fbe0b195
parent8b242eba641a6106db2d3b0356687f8e7e08e568
PPC: Disable non-440 CPUs for ppcemb target

The sole reason we have the ppcemb target is to support MMUs that have
less than the usual 4k possible page size. There are very few of these
chips and I don't want to add additional QA and testing burden to everyone
to ensure that code still works when TARGET_PAGE_SIZE is not 4k.

So this patch disables all CPUs except for MMU_BOOKE capable ones from
the ppcemb target.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c