]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/intc/riscv_aplic: APLICs should add child earlier than realize
authoryang.zhang <yang.zhang@hexintek.com>
Tue, 9 Apr 2024 01:44:45 +0000 (09:44 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 3 Jun 2024 01:12:11 +0000 (11:12 +1000)
commitc76b121840c6ca79dc6305a5f4bcf17c72217d9c
tree1ec093e477ffae0c88d89b6c7c0211cfb8d0a908
parent74abb45dac6979e7ff76172b7f0a24e869405184
hw/intc/riscv_aplic: APLICs should add child earlier than realize

Since only root APLICs can have hw IRQ lines, aplic->parent should
be initialized first.

Fixes: e8f79343cf ("hw/intc: Add RISC-V AIA APLIC device emulation")
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: yang.zhang <yang.zhang@hexintek.com>
Cc: qemu-stable <qemu-stable@nongnu.org>
Message-ID: <20240409014445.278-1-gaoshanliukou@163.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/intc/riscv_aplic.c