From ea0e68411e3276060999e2e7db569e3009fc3b81 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Tue, 17 Jan 2012 02:08:19 +0100 Subject: hw/sysbus.h: Increase maximum number of device IRQs. Samsung exynos4210 Interrupt Combiner needs 512 IRQ sources. Signed-off-by: Evgeny Voevodin Reviewed-by: Peter Maydell Signed-off-by: Andrzej Zaborowski --- hw/sysbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/sysbus.h') diff --git a/hw/sysbus.h b/hw/sysbus.h index 899756bf7f..7b8ca236bf 100644 --- a/hw/sysbus.h +++ b/hw/sysbus.h @@ -8,7 +8,7 @@ #define QDEV_MAX_MMIO 32 #define QDEV_MAX_PIO 32 -#define QDEV_MAX_IRQ 256 +#define QDEV_MAX_IRQ 512 typedef struct SysBusDevice SysBusDevice; -- cgit v1.2.3