]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Move some functions to file loongarch_pic_common
authorBibo Mao <maobibo@loongson.cn>
Wed, 18 Dec 2024 09:18:56 +0000 (17:18 +0800)
committerBibo Mao <maobibo@loongson.cn>
Thu, 19 Dec 2024 07:23:29 +0000 (15:23 +0800)
commitb7563779f9e3a319af1a8d39084d0342e5dbb1bb
tree41dcb69bd7bc950d40fd27539122852afc33c632
parentc43aceddb292229fa9206b8e26fb65a92dd90562
hw/intc/loongarch_pch: Move some functions to file loongarch_pic_common

Move some common functions to file loongarch_pic_common.c, the common
functions include loongarch_pic_common_realize(), property structure
loongarch_pic_common_properties and vmstate structure
vmstate_loongarch_pic_common.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_pic.c
hw/intc/loongarch_pic_common.c [new file with mode: 0644]