mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
dd29117174
commit
59c54c1ceb
2 changed files with 20 additions and 0 deletions
|
@ -20,6 +20,7 @@ struct LoongarchIPIState {
|
|||
|
||||
struct LoongarchIPIClass {
|
||||
LoongsonIPICommonClass parent_class;
|
||||
DeviceRealize parent_realize;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue