Re: [PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work

2020-11-02 Thread Luc Michel
On 16:39 Fri 09 Oct , Peter Maydell wrote: > In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt > into the GICv3CPUState struct's maintenance_irq field. This will > only work if the board happens to have already wired up the CPU > maintenance IRQ before the GIC was realized.

Re: [PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work

2020-10-30 Thread Peter Maydell
Ping for code review, please? thanks -- PMM On Fri, 9 Oct 2020 at 16:39, Peter Maydell wrote: > > In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt > into the GICv3CPUState struct's maintenance_irq field. This will > only work if the board happens to have already wired up the

[PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work

2020-10-12 Thread Peter Maydell
In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt into the GICv3CPUState struct's maintenance_irq field. This will only work if the board happens to have already wired up the CPU maintenance IRQ before the GIC was realized. Unfortunately this is not the case for the 'virt' boar

Re: [PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work

2020-10-09 Thread Marc Zyngier
Hi Peter, On 2020-10-09 16:39, Peter Maydell wrote: In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt into the GICv3CPUState struct's maintenance_irq field. This will only work if the board happens to have already wired up the CPU maintenance IRQ before the GIC was realized.

[PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work

2020-10-09 Thread Peter Maydell
In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt into the GICv3CPUState struct's maintenance_irq field. This will only work if the board happens to have already wired up the CPU maintenance IRQ before the GIC was realized. Unfortunately this is not the case for the 'virt' boar