Message ID | 20240131085047.18458-1-chigot@adacore.com (mailing list archive) |
---|---|
Headers | show |
Series | sparc/leon3: Add support for -smp | expand |
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 register > intc/grlib_irqmp: implements multicore irq > target/sparc: implement asr17 feature for smp > leon3: remove SP initialization > leon3: implement multiprocessor > leon3: check cpu_id in the tiny bootloader > MAINTAINERS: replace Fabien by myself as Leon3 maintainer What is your base commit to apply this series?
Hi Philippe On Thu, Feb 15, 2024 at 10:02 AM Philippe Mathieu-Daudé <philmd@linaro.org> 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 > > intc/grlib_irqmp: add ncpus property > > intc/grlib_irqmp: implements the multiprocessor status register > > intc/grlib_irqmp: implements multicore irq > > target/sparc: implement asr17 feature for smp > > leon3: remove SP initialization > > leon3: implement multiprocessor > > leon3: check cpu_id in the tiny bootloader > > MAINTAINERS: replace Fabien by myself as Leon3 maintainer > 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 Clément
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 Thanks, series queued.