Re: [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4

2022-02-20 Thread Stafford Horne
On Sun, Feb 20, 2022 at 09:07:17PM +0100, Philippe Mathieu-Daudé wrote: > On 19/2/22 07:42, Stafford Horne wrote: > > Now that we no longer have a limit of 2 CPUs due to fixing the > > IRQ routing issues we can increase the max. Here we increase > > the limit to 4, we could go higher, but currentl

Re: [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4

2022-02-20 Thread Philippe Mathieu-Daudé
On 19/2/22 07:42, Stafford Horne wrote: Now that we no longer have a limit of 2 CPUs due to fixing the IRQ routing issues we can increase the max. Here we increase the limit to 4, we could go higher, but currently OMPIC has a limit of 4, so we align with that. Signed-off-by: Stafford Horne ---

Re: [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4

2022-02-19 Thread Peter Maydell
On Sat, 19 Feb 2022 at 06:42, Stafford Horne wrote: > > Now that we no longer have a limit of 2 CPUs due to fixing the > IRQ routing issues we can increase the max. Here we increase > the limit to 4, we could go higher, but currently OMPIC has a > limit of 4, so we align with that. > > Signed-off

[PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4

2022-02-18 Thread Stafford Horne
Now that we no longer have a limit of 2 CPUs due to fixing the IRQ routing issues we can increase the max. Here we increase the limit to 4, we could go higher, but currently OMPIC has a limit of 4, so we align with that. Signed-off-by: Stafford Horne --- hw/openrisc/openrisc_sim.c | 8 +---