Re: [Xen-devel] [PATCH 48/57] ARM: new VGIC: Dump virtual IRQ info

2018-03-09 Thread Julien Grall
Hi Andre, On 05/03/18 16:04, Andre Przywara wrote: When we dump guest state on the Xen console, we also print the state of IRQs that are on a VCPU. Add the code to dump the state of an IRQ handled by the new VGIC. Signed-off-by: Andre Przywara Acked-by: Julien Grall Cheers, --- Changelog

[Xen-devel] [PATCH 48/57] ARM: new VGIC: Dump virtual IRQ info

2018-03-05 Thread Andre Przywara
When we dump guest state on the Xen console, we also print the state of IRQs that are on a VCPU. Add the code to dump the state of an IRQ handled by the new VGIC. Signed-off-by: Andre Przywara --- Changelog RFC ... v1: - use proper locking - use one header line to announce active or pending IRQs