]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Use generic write callback for iomem32_high region
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:31:43 +0000 (10:31 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:50:27 +0000 (15:50 +0800)
commit2618d65036d4c05771727784ec665132689e2608
tree98e4589a1bdc2a8fcadb652f662eb0e700cf4b6f
parentf5dc4993fc5cee1a6fcfca1e4728af2fe965f98e
hw/intc/loongarch_pch: Use generic write callback for iomem32_high region

Add iomem32_high region register write operation emulation in generic
write function loongarch_pch_pic_write(), and use this function for
iomem32_high region.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250507023148.1877287-12-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_pic.c