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-21 07:24:50 -05:00
2016-10-04 13:28:07 +01:00
2017-01-27 18:07:59 +01:00
2017-01-24 23:26:52 +03:00
2018-03-01 11:05:45 +00:00
2017-06-23 11:51:50 +02:00
2018-02-09 14:39:09 +00:00
2016-05-18 15:04:27 +03:00
2018-01-19 11:18:51 -02:00
2018-02-09 05:05:11 +01:00
2018-02-09 05:05:11 +01:00
2018-01-24 19:19:51 +00:00
2017-01-27 18:07:59 +01:00
2017-12-05 19:13:45 +02:00
2018-02-09 05:05:11 +01:00
2017-01-27 18:07:59 +01:00
2017-04-24 12:32:12 +01:00
2017-06-01 18:49:22 +02:00
2018-03-02 11:03:45 +00:00