hw/intc/loongarch_extioi: Add unrealize interface
authorBibo Mao <maobibo@loongson.cn>
Fri, 20 Sep 2024 03:48:10 +0000 (11:48 +0800)
committerBibo Mao <maobibo@loongson.cn>
Thu, 19 Dec 2024 07:23:29 +0000 (15:23 +0800)
commit4abf47126f5c37e974c58f3cbd295abcc67b8668
tree9e421099cdb608785b409dc1bb3ec265fcd83503
parentaa6330d50ccf7467a022dc348ab6ae2323c2b0b9
hw/intc/loongarch_extioi: Add unrealize interface

For loongarch extioi emulation driver, add unrealize interface and
remove instance_finalize interface and move the code to unrealize
interface.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_extioi.c