In b37fc148bb81b5b022846156a6cba266e6c23962, PReP default cpu was changed from 'default' to '602'. However, '7448' is closer of 'default' than '602'.
This repairs following command line, which is available in some tutorials: qemu-system-ppc -kernel zImage.prep -fda debian_install_root.bin -M prep Cc: Gerd Hoffmann <kra...@redhat.com> Signed-off-by: Hervé Poussineau <hpous...@reactos.org> --- hw/ppc_prep.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 06d589d..19a674f 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -517,7 +517,7 @@ static void ppc_prep_init (ram_addr_t ram_size, /* init CPUs */ if (cpu_model == NULL) - cpu_model = "602"; + cpu_model = "7448"; for (i = 0; i < smp_cpus; i++) { env = cpu_init(cpu_model); if (!env) { -- 1.7.9.1