]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Use generic write callback for iomem8 region
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:37:50 +0000 (10:37 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:52:54 +0000 (15:52 +0800)
commita6fdd0032ce5c7cd5c49a1bfbcedf6c08e136682
tree709935c6a04c0949da260aece34337bdaf7e1c53
parent2618d65036d4c05771727784ec665132689e2608
hw/intc/loongarch_pch: Use generic write callback for iomem8 region

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

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