Re: [PATCH v3 0/9] sparc/leon3: Add support for -smp

2024-02-15 Thread Philippe Mathieu-Daudé
On 15/2/24 10:17, Clément Chigot wrote: This series allows leon3 emulations to record up 4 CPUs. What is your base commit to apply this series? It's commit 11be70677c70fdccd452a3233653949b79e97908 Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging

Re: [PATCH v3 0/9] sparc/leon3: Add support for -smp

2024-02-15 Thread Clément Chigot
Hi Philippe On Thu, Feb 15, 2024 at 10:02 AM Philippe Mathieu-Daudé wrote: > > Hi Clément, > > On 31/1/24 09:50, Clément Chigot wrote: > > > This series allows leon3 emulations to record up 4 CPUs. > > > Clément Chigot (9): > >sparc/grlib: split out the headers for each peripherals > >

Re: [PATCH v3 0/9] sparc/leon3: Add support for -smp

2024-02-15 Thread Philippe Mathieu-Daudé
Hi Clément, On 31/1/24 09:50, Clément Chigot wrote: This series allows leon3 emulations to record up 4 CPUs. Clément Chigot (9): sparc/grlib: split out the headers for each peripherals intc/grlib_irqmp: add ncpus property intc/grlib_irqmp: implements the multiprocessor status

[PATCH v3 0/9] sparc/leon3: Add support for -smp

2024-01-31 Thread Clément Chigot
V3 modifications - Patch 3: Fix indentation - Patch 4: Fix types and improves variable declarations - Patch 6 (NEW): Remove SP initialization in leon3 - Patch 7: Add assert in leon3_start_cpu - Patch 8: Improve comment --- V2 modifications - Patch1: Add SPDX copyright tags. - Patch3: Add