Peter Maydell 5edb1b3fa9 hw/core/split-irq: Device that splits IRQ lines
In some board or SoC models it is necessary to split a qemu_irq line
so that one input can feed multiple outputs.  We currently have
qemu_irq_split() for this, but that has several deficiencies:
 * it can only handle splitting a line into two
 * it unavoidably leaks memory, so it can't be used
   in a device that can be deleted

Implement a qdev device that encapsulates splitting of IRQs, with a
configurable number of outputs.  (This is in some ways the inverse of
the TYPE_OR_IRQ device.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180220180325.29818-13-peter.maydell@linaro.org
2018-03-02 11:03:45 +00:00
..
2018-02-19 18:27:32 +01:00
2017-10-27 16:03:54 +02:00
2018-03-01 11:05:45 +00:00
2018-02-26 12:55:26 +01:00
2018-02-13 18:25:48 +02:00
2018-01-19 11:18:51 -02:00
2018-02-21 07:24:50 -05:00
2018-02-09 13:52:15 +01:00
2018-02-19 13:03:24 +02:00