Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-04-12 Thread Christoffer Dall
On Mon, Apr 11, 2016 at 12:40:01PM +0100, Andre Przywara wrote: > On 31/03/16 10:47, Christoffer Dall wrote: > > On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: > >> From: Marc Zyngier > >> > >> Implement the functionality for syncing IRQs between our emulation > >> and the list re

Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-04-11 Thread Andre Przywara
On 31/03/16 10:47, Christoffer Dall wrote: > On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: >> From: Marc Zyngier >> >> Implement the functionality for syncing IRQs between our emulation >> and the list registers, which represent the guest's view of IRQs. >> This is done in kvm_vg

Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-04-06 Thread Christoffer Dall
On Tue, Apr 05, 2016 at 06:57:57PM +0100, Andre Przywara wrote: > Hi, > > On 30/03/16 14:53, Christoffer Dall wrote: > > On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: > >> From: Marc Zyngier > >> > >> Implement the functionality for syncing IRQs between our emulation > >> and th

Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-04-05 Thread Andre Przywara
Hi, On 30/03/16 14:53, Christoffer Dall wrote: > On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: >> From: Marc Zyngier >> >> Implement the functionality for syncing IRQs between our emulation >> and the list registers, which represent the guest's view of IRQs. >> This is done in k

Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-03-31 Thread Christoffer Dall
On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: > From: Marc Zyngier > > Implement the functionality for syncing IRQs between our emulation > and the list registers, which represent the guest's view of IRQs. > This is done in kvm_vgic_flush_hwstate and kvm_vgic_sync_hwstate, > whi

Re: [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-03-30 Thread Christoffer Dall
On Fri, Mar 25, 2016 at 02:04:32AM +, Andre Przywara wrote: > From: Marc Zyngier > > Implement the functionality for syncing IRQs between our emulation > and the list registers, which represent the guest's view of IRQs. > This is done in kvm_vgic_flush_hwstate and kvm_vgic_sync_hwstate, > whi

[RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush

2016-03-24 Thread Andre Przywara
From: Marc Zyngier Implement the functionality for syncing IRQs between our emulation and the list registers, which represent the guest's view of IRQs. This is done in kvm_vgic_flush_hwstate and kvm_vgic_sync_hwstate, which gets called on guest entry and exit. Signed-off-by: Marc Zyngier Signed