Re: [Xen-devel] [PATCH v3] xen/events: Support event channel rebind on ARM

2015-07-28 Thread David Vrabel
On 28/07/15 10:10, Julien Grall wrote: > Currently, the event channel rebind code is gated with the presence of > the vector callback. > > The virtual interrupt controller on ARM has the concept of per-CPU > interrupt (PPI) which allow us to support per-VCPU event channel. > Therefore there is no

[Xen-devel] [PATCH v3] xen/events: Support event channel rebind on ARM

2015-07-28 Thread Julien Grall
Currently, the event channel rebind code is gated with the presence of the vector callback. The virtual interrupt controller on ARM has the concept of per-CPU interrupt (PPI) which allow us to support per-VCPU event channel. Therefore there is no need of vector callback for ARM. Xen is already us