]> Git Repo - qemu.git/commitdiff
hw/sysbus.h: Increase maximum number of device IRQs.
authorEvgeny Voevodin <[email protected]>
Tue, 17 Jan 2012 01:08:19 +0000 (02:08 +0100)
committerAndrzej Zaborowski <[email protected]>
Tue, 17 Jan 2012 01:08:19 +0000 (02:08 +0100)
Samsung exynos4210 Interrupt Combiner needs 512 IRQ sources.

Signed-off-by: Evgeny Voevodin <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Andrzej Zaborowski <[email protected]>
hw/sysbus.h

index 899756bf7fdcaeeab5a477e0bbef5932c6718a91..7b8ca236bf31fc21e993e3b0677e5d82b0658d15 100644 (file)
@@ -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;
 
This page took 0.027475 seconds and 4 git commands to generate.