[Qemu-discuss] Running dual-core ARM Cortexa9

2015-12-21 Thread Ilya Katsnelson
Hello: Does anyone have experience running ARM Dual-core (in particular) Cortexa9 simulation? Can you share the exact parameters that should be used? So the general QEMu options that come with Yocto are as following: qemu-system-arm -kernel zImage-vcm4-try.bin -net nic,model=virtio -net tap

Re: [Qemu-discuss] Running dual-core ARM Cortexa9

2015-12-22 Thread Peter Maydell
On 21 December 2015 at 18:40, Ilya Katsnelson wrote: > Does anyone have experience running ARM Dual-core (in particular) Cortexa9 > simulation? Can you share the exact parameters that should be used? Why do you want to run dual-core? At the moment it will just give worse performance than running

Re: [Qemu-discuss] Running dual-core ARM Cortexa9

2015-12-22 Thread Ilya Katsnelson
erformance, why support them? So is there any way to simulate dual ARMs on QEMU? -Ilya. From: Peter Maydell Sent: Tuesday, December 22, 2015 4:21 AM To: Ilya Katsnelson Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] Running dual-core ARM Cortexa9

Re: [Qemu-discuss] Running dual-core ARM Cortexa9

2015-12-22 Thread Peter Maydell
On 22 December 2015 at 20:22, Ilya Katsnelson wrote: > Thanks, Peter. > My final HW platform is an ALTERA's Arria10 FPGA which has 2 > ARM cores. So it would be useful to simulate them correctly. > But I'll take one core if that's the only thing available. > However, QEMU has multicore parameters.