On 2/10/23 06:37, Philippe Mathieu-Daudé wrote:
i8259_init() helper creates a i8259 device on an ISA bus, connects its IRQ output to the parent's input IRQ, and returns an array of 16 ISA input IRQs.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- hw/intc/i8259.c | 4 ++-- include/hw/intc/i8259.h | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
