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 as

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

2023-11-24 Thread Cédric Le Goater
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, Cédric Le Goater wrote: On 11/23/23 06:57, Harsh Prateek Bora wrote: spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refe

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

2023-11-24 Thread Harsh Prateek Bora
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, Cédric Le Goater wrote: On 11/23/23 06:57, Harsh Prateek Bora wrote: spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refer to the range of CPU IPIs during initializa

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

2023-11-23 Thread Cédric Le Goater
On 11/23/23 10:31, Harsh Prateek Bora wrote: On 11/23/23 14:20, Cédric Le Goater wrote: On 11/23/23 06:57, Harsh Prateek Bora wrote: spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refer to the range of CPU IPIs during initialization of nr-irqs property. It is more appropriate

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

2023-11-23 Thread Harsh Prateek Bora
On 11/23/23 14:20, Cédric Le Goater wrote: On 11/23/23 06:57, Harsh Prateek Bora wrote: spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refer to the range of CPU IPIs during initialization of nr-irqs property. It is more appropriate to have its own define which can be further

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

2023-11-23 Thread Cédric Le Goater
On 11/23/23 06:57, Harsh Prateek Bora wrote: spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refer to the range of CPU IPIs during initialization of nr-irqs property. It is more appropriate to have its own define which can be further reused as appropriate for correct interpretatio

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

2023-11-22 Thread Harsh Prateek Bora
spapr_irq_init currently uses existing macro SPAPR_XIRQ_BASE to refer to the range of CPU IPIs during initialization of nr-irqs property. It is more appropriate to have its own define which can be further reused as appropriate for correct interpretation. Signed-off-by: Harsh Prateek Bora Suggeste