mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
Allow Loongson IPI implementations to have their own get_iocsr_as() handler. Signed-off-by: Bibo Mao <maobibo@loongson.cn> [PMD: Extracted from bigger commit, added commit description] Co-Developed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Bibo Mao <maobibo@loongson.cn> Tested-by: Bibo Mao <maobibo@loongson.cn> Acked-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Message-Id: <20240805180622.21001-9-philmd@linaro.org>
This commit is contained in:
parent
ed722e0ec4
commit
a81cd679d7
2 changed files with 14 additions and 4 deletions
|
@ -39,6 +39,8 @@ struct LoongsonIPICommonState {
|
|||
|
||||
struct LoongsonIPICommonClass {
|
||||
SysBusDeviceClass parent_class;
|
||||
|
||||
AddressSpace *(*get_iocsr_as)(CPUState *cpu);
|
||||
};
|
||||
|
||||
/* Mainy used by iocsr read and write */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue