[Qemu-devel]question:arm's mutli-core emulator

2009-11-06 Thread 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 multi-core. thank Qun yi

[Qemu-devel]question:arm's mutli-core emulator

2009-11-07 Thread m9807418
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,

[Qemu-devel]question:arm's mutli-core emulator

2009-11-09 Thread m9807418
> 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

Re: [Qemu-devel]question:arm's mutli-core emulator

2009-11-07 Thread Scott Tsai
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