[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4 |
|
Date: |
Sat, 19 Feb 2022 13:02:23 +0000 |
On Sat, 19 Feb 2022 at 06:42, Stafford Horne <shorne@gmail.com> 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 <shorne@gmail.com>
> ---
> hw/openrisc/openrisc_sim.c | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v3 0/6] OpenRISC Device Tree Generation, Stafford Horne, 2022/02/19
- [PATCH v3 1/6] hw/openrisc/openrisc_sim: Create machine state for or1ksim, Stafford Horne, 2022/02/19
- [PATCH v3 3/6] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UART, Stafford Horne, 2022/02/19
- [PATCH v3 4/6] hw/openrisc/openrisc_sim: Increase max_cpus to 4, Stafford Horne, 2022/02/19
- [PATCH v3 5/6] hw/openrisc/openrisc_sim: Add automatic device tree generation, Stafford Horne, 2022/02/19
- [PATCH v3 2/6] hw/openrisc/openrisc_sim: Parameterize initialization, Stafford Horne, 2022/02/19
- [PATCH v3 6/6] hw/openrisc/openrisc_sim: Add support for initrd loading, Stafford Horne, 2022/02/19