提交 e5ba83c5 编写于 作者: A Alexander Graf

PPC: 440: Default to 440EP CPU

Today we're exposing a Virtex 440 CPU to the guest despite the fact
that we're telling the guest that we're running on a 440EP one in the
device tree.

So let's better default to a real 440EP to make things synced again.
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 c148b2b4
......@@ -48,7 +48,7 @@ CPUState *ppc440ep_init(MemoryRegion *address_space_mem, ram_addr_t *ram_size,
qemu_irq *pci_irqs;
if (cpu_model == NULL) {
cpu_model = "440-Xilinx"; // XXX: should be 440EP
cpu_model = "440EP";
}
env = cpu_init(cpu_model);
if (!env) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册