projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
753a97c
)
hw/sysbus.h: Increase maximum number of device IRQs.
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 17 Jan 2012 01:08:19 +0000
(
02:08
+0100)
committer
Andrzej Zaborowski
<andrew.zaborowski@intel.com>
Tue, 17 Jan 2012 01:08:19 +0000
(
02:08
+0100)
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>
hw/sysbus.h
patch
|
blob
|
history
diff --git
a/hw/sysbus.h
b/hw/sysbus.h
index 899756bf7fdcaeeab5a477e0bbef5932c6718a91..7b8ca236bf31fc21e993e3b0677e5d82b0658d15 100644
(file)
--- 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;