diff options
author | Bibo Mao <maobibo@loongson.cn> | 2025-01-07 11:08:13 +0800 |
---|---|---|
committer | Bibo Mao <maobibo@loongson.cn> | 2025-01-15 14:19:21 +0800 |
commit | 59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1 (patch) | |
tree | 02027db6847a9750d0b20823141cfa78072d74dc /include/hw/intc/loongarch_ipi.h | |
parent | dd291171740871a84c183d886f70b8d2e6a68d09 (diff) | |
download | qemu-59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1.zip qemu-59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1.tar.gz qemu-59c54c1ceb1d84cb48d27a5b26d6f21cb76ee9e1.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/intc/loongarch_ipi.h b/include/hw/intc/loongarch_ipi.h index 276b304..923bf21 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 |