提交 e6bd862b 编写于 作者: A aurel32

ppc newworld: default to a G4 CPU

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6581 c046a42c-6fe2-441c-8c8c-71466251a162
上级 491150db
......@@ -108,7 +108,7 @@ static void ppc_core99_init (ram_addr_t ram_size, int vga_ram_size,
/* init CPUs */
if (cpu_model == NULL)
cpu_model = "default";
cpu_model = "G4";
for (i = 0; i < smp_cpus; i++) {
env = cpu_init(cpu_model);
if (!env) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册