Re: [Xen-devel] [PATCH v3 0/9] xen/arm: Support SPIs routing

2016-07-27 Thread Stefano Stabellini
Committed, thank you. On Wed, 27 Jul 2016, Julien Grall wrote: > Hello all, > > Currently, Xen does not route SPIs to DOM0 when ACPI is inuse after > the functionality has been reverted in Xen 4.7 by commit 909bd14. > > In the previous approach, the SPIs was routed when DOM0 was writing into > I

[Xen-devel] [PATCH v3 0/9] xen/arm: Support SPIs routing

2016-07-27 Thread Julien Grall
Hello all, Currently, Xen does not route SPIs to DOM0 when ACPI is inuse after the functionality has been reverted in Xen 4.7 by commit 909bd14. In the previous approach, the SPIs was routed when DOM0 was writing into ISENABLER. However, this has resulted to deadlock (see more details in [1]) as