hw/sysbus.h: Increase maximum number of device IRQs.
Samsung exynos4210 Interrupt Combiner needs 512 IRQ sources. Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
This commit is contained in:
parent
753a97c6b4
commit
ea0e68411e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user