From: Evgeny Voevodin Date: Tue, 17 Jan 2012 01:08:19 +0000 (+0100) Subject: hw/sysbus.h: Increase maximum number of device IRQs. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ea0e68411e3276060999e2e7db569e3009fc3b81;p=qemu.git 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 --- 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;