[PATCH v5 01/26] irqchip/gic-v3-its: Setup VLPI properties at map time

2017-10-27 Thread Marc Zyngier
So far, we require the hypervisor to update the VLPI properties once the the VLPI mapping has been established. While this makes it easy for the ITS driver, it creates a window where an incoming interrupt can be delivered with an unknown set of properties. Not very nice. Instead, let's add a "prop

Re: [PATCH v5 01/26] irqchip/gic-v3-its: Setup VLPI properties at map time

2017-10-29 Thread Christoffer Dall
On Fri, Oct 27, 2017 at 03:28:30PM +0100, Marc Zyngier wrote: > So far, we require the hypervisor to update the VLPI properties > once the the VLPI mapping has been established. While this > makes it easy for the ITS driver, it creates a window where > an incoming interrupt can be delivered with an