Re: [PATCH v3 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.

2024-01-03 Thread Kowshik Jois B S
On 23/11/23 14:21, Cédric Le Goater wrote: On 11/23/23 06:57, Harsh Prateek Bora wrote: Initialize the machine specific max_cpus limit as per the maximum range of CPU IPIs available. Keeping between 4096 to 8192 will throw IRQ not free error due to XIVE/XICS limitation and keeping beyond 8192

Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.

2024-01-03 Thread Kowshik Jois B S
On 24/11/23 13:39, Cédric Le Goater wrote: On 11/24/23 09:01, Harsh Prateek Bora wrote: On 11/23/23 19:42, Cédric Le Goater wrote: On 11/23/23 10:31, Harsh Prateek Bora wrote: On 11/23/23 14:20, CI've applied these patches and verified on the latest upstream qemu. The code is working

Re: [PATCH] target/ppc: Fix build warnings when building with 'disable-tcg'

2022-11-17 Thread Kowshik Jois B S
is compiled with '--enable-tcg' Reported-by: Kowshik Jois B S Signed-off-by: Vaibhav Jain --- target/ppc/cpu_init.c| 2 ++ target/ppc/excp_helper.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/target/ppc/cpu_init.c b/target/ppc/cpu_init.c index 32e94153d1..cbf0081374 100644