hw/intc/i8259: Document i8259_init()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 12:19:46 +0000 (13:19 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit78827d5f7b63111c67c38c009c0708f7f956369d
tree0fb1acbc91d10a7719749392a845999056ccfa2b
parent9d724e0ba8986a54fab14e5f2de0f9f03f461eac
hw/intc/i8259: Document i8259_init()

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230210163744.32182-2-philmd@linaro.org>
hw/intc/i8259.c
include/hw/intc/i8259.h