Re: [Qemu-devel] [RFC PATCH 3/4] hw/arm/sysbus-fdt: vfio device property for interrupts

2015-01-15 Thread Eric Auger
Hi Baptiste On 01/12/2015 02:21 PM, Baptiste Reynal wrote: > Use the VFIO device property API to retrieve interrupt > information (type and flags) during device node creation. > > Signed-off-by: Baptiste Reynal > --- > hw/arm/sysbus-fdt.c | 26 ++ > 1 file changed, 18 ins

[Qemu-devel] [RFC PATCH 3/4] hw/arm/sysbus-fdt: vfio device property for interrupts

2015-01-12 Thread Baptiste Reynal
Use the VFIO device property API to retrieve interrupt information (type and flags) during device node creation. Signed-off-by: Baptiste Reynal --- hw/arm/sysbus-fdt.c | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/hw/arm/sysbus-fdt.c b/hw/arm/sys