Re: [PATCH v2 15/23] xen/arm: receive Xen events on ARM

2012-08-08 Thread Stefano Stabellini
On Tue, 7 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 06, 2012 at 03:27:18PM +0100, Stefano Stabellini wrote: > > Compile events.c on ARM. > > Parse, map and enable the IRQ to get event notifications from the device > > tree (node "/xen"). > > > > Signed-off-by: Stefano Stabellini > > --

Re: [PATCH v2 15/23] xen/arm: receive Xen events on ARM

2012-08-07 Thread Konrad Rzeszutek Wilk
On Mon, Aug 06, 2012 at 03:27:18PM +0100, Stefano Stabellini wrote: > Compile events.c on ARM. > Parse, map and enable the IRQ to get event notifications from the device > tree (node "/xen"). > > Signed-off-by: Stefano Stabellini > --- > arch/arm/include/asm/xen/events.h | 18 +

[PATCH v2 15/23] xen/arm: receive Xen events on ARM

2012-08-06 Thread Stefano Stabellini
Compile events.c on ARM. Parse, map and enable the IRQ to get event notifications from the device tree (node "/xen"). Signed-off-by: Stefano Stabellini --- arch/arm/include/asm/xen/events.h | 18 ++ arch/arm/xen/enlighten.c | 33 + arc