summary refs log tree commit diff stats
path: root/include/hw/intc/loongarch_ipi.h
diff options
context:
space:
mode:
authorBibo Mao <maobibo@loongson.cn>2025-01-07 11:08:13 +0800
committerBibo Mao <maobibo@loongson.cn>2025-01-15 14:19:21 +0800
commit59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1 (patch)
tree02027db6847a9750d0b20823141cfa78072d74dc /include/hw/intc/loongarch_ipi.h
parentdd291171740871a84c183d886f70b8d2e6a68d09 (diff)
downloadfocaccia-qemu-59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1.tar.gz
focaccia-qemu-59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1.zip
hw/intc/loongarch_ipi: Implement realize interface
Add realize interface for loongarch ipi device.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Diffstat (limited to 'include/hw/intc/loongarch_ipi.h')
-rw-r--r--include/hw/intc/loongarch_ipi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/intc/loongarch_ipi.h b/include/hw/intc/loongarch_ipi.h
index 276b3040a3..923bf21ecb 100644
--- a/include/hw/intc/loongarch_ipi.h
+++ b/include/hw/intc/loongarch_ipi.h
@@ -20,6 +20,7 @@ struct LoongarchIPIState {
 
 struct LoongarchIPIClass {
     LoongsonIPICommonClass parent_class;
+    DeviceRealize parent_realize;
 };
 
 #endif