> 2009/11/7 m9807418 :
>> When I used qemu-system-arm and the -smp option.
>> I key -smp 2.
>> It have a message ""Number of SMP cpus requested (2), exceeds max cpus
>> supported by machine `Versatile' (1) "
>> which files of the qemu source code can i change?
>> And the change can let me emulator
Your answer is let me to see the file (realview.c),but i use the arm's kernel
is Versatile.
At qemu/hw/versatilepb.c the file i ever change some code
static QEMUMachine versatilepb_machine = {
.name = "versatilepb",
.desc = "ARM Versatile/PB (ARM926EJ-S)",
.init = vpb_init,
2009/11/7 m9807418 :
> When I used qemu-system-arm and the -smp option.
> I key -smp 2.
> It have a message ""Number of SMP cpus requested (2), exceeds max cpus
> supported by machine `Versatile' (1) "
> which files of the qemu source code can i change?
> And the change can let me emulator arm's m
When I used qemu-system-arm and the -smp option.
I key -smp 2.
It have a message ""Number of SMP cpus requested (2), exceeds max cpus
supported by machine `Versatile' (1) "
which files of the qemu source code can i change?
And the change can let me emulator arm's multi-core.
thank
Qun yi