Re: [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

2017-05-23 Thread Marc Zyngier
On 23/05/17 08:22, Auger Eric wrote: > Hi Marc, > > On 22/05/2017 19:52, Marc Zyngier wrote: >> Hi Eric, >> >> On 18/05/17 08:41, Auger Eric wrote: >>> Hi Marc, >>> >>> On 03/05/2017 12:45, Marc Zyngier wrote: Add a handler for reading the guest's view of the ICC_IAR1_EL1 register. This

Re: [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

2017-05-23 Thread Auger Eric
Hi Marc, On 22/05/2017 19:52, Marc Zyngier wrote: > Hi Eric, > > On 18/05/17 08:41, Auger Eric wrote: >> Hi Marc, >> >> On 03/05/2017 12:45, Marc Zyngier wrote: >>> Add a handler for reading the guest's view of the ICC_IAR1_EL1 >>> register. This involves finding the highest priority Group-1 >>>

Re: [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

2017-05-22 Thread Marc Zyngier
Hi Eric, On 18/05/17 08:41, Auger Eric wrote: > Hi Marc, > > On 03/05/2017 12:45, Marc Zyngier wrote: >> Add a handler for reading the guest's view of the ICC_IAR1_EL1 >> register. This involves finding the highest priority Group-1 >> interrupt, checking against both PMR and the active group >>

Re: [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

2017-05-18 Thread Auger Eric
Hi Marc, On 03/05/2017 12:45, Marc Zyngier wrote: > Add a handler for reading the guest's view of the ICC_IAR1_EL1 > register. This involves finding the highest priority Group-1 > interrupt, checking against both PMR and the active group > priority, activating the interrupt and setting the group

[PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler

2017-05-03 Thread Marc Zyngier
Add a handler for reading the guest's view of the ICC_IAR1_EL1 register. This involves finding the highest priority Group-1 interrupt, checking against both PMR and the active group priority, activating the interrupt and setting the group priority as active. Signed-off-by: Marc Zyngier