qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

hw/core/or-irq: Increase limit of or-lines to 48

Exynos DMA requires up to 33 interrupt lines (32 event interrupts
plus abort interrupt), which all need to be wired together. Increase
the maximum number of or-irq lines to 48 to support this configuration.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20200123052540.6132-3-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

authored by

Guenter Roeck and committed by
Peter Maydell
ddf59e9c db1e7afa

+1 -1
+1 -1
include/hw/or-irq.h
··· 33 33 /* This can safely be increased if necessary without breaking 34 34 * migration compatibility (as long as it remains greater than 15). 35 35 */ 36 - #define MAX_OR_LINES 32 36 + #define MAX_OR_LINES 48 37 37 38 38 typedef struct OrIRQState qemu_or_irq; 39 39