Re: [PATCH 2/4] kvmtool: ARM: allow level interrupts in device tree

2014-12-12 Thread Andre Przywara
Hi, On 11/12/14 17:15, Will Deacon wrote: On Thu, Dec 11, 2014 at 04:30:33PM +, Andre Przywara wrote: Currently we describe every interrupt for each device in the FDT as being edge triggered. Add a parameter to the irq property generation to allow devices to specify their interrupts as

[PATCH 2/4] kvmtool: ARM: allow level interrupts in device tree

2014-12-11 Thread Andre Przywara
Currently we describe every interrupt for each device in the FDT as being edge triggered. Add a parameter to the irq property generation to allow devices to specify their interrupts as level triggered if needed. Signed-off-by: Andre Przywara andre.przyw...@arm.com --- tools/kvm/arm/fdt.c

Re: [PATCH 2/4] kvmtool: ARM: allow level interrupts in device tree

2014-12-11 Thread Will Deacon
On Thu, Dec 11, 2014 at 04:30:33PM +, Andre Przywara wrote: Currently we describe every interrupt for each device in the FDT as being edge triggered. Add a parameter to the irq property generation to allow devices to specify their interrupts as level triggered if needed. Signed-off-by: