Re: [PATCH 3/9] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit

2015-09-03 Thread Marc Zyngier
On 30/08/15 14:54, Christoffer Dall wrote: > Currently vgic_process_maintenance() processes dealing with a completed > level-triggered interrupt directly, but we are soon going to reuse this > logic for level-triggered mapped interrupts with the HW bit set, so > move this logic into a separate stat

[PATCH 3/9] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit

2015-08-30 Thread Christoffer Dall
Currently vgic_process_maintenance() processes dealing with a completed level-triggered interrupt directly, but we are soon going to reuse this logic for level-triggered mapped interrupts with the HW bit set, so move this logic into a separate static function. Probably the most scary part of this