]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Use generic read callback for iomem8 region
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:31:41 +0000 (10:31 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:48:45 +0000 (15:48 +0800)
commit81de67213d29a401bc341abe75abd120ad22b25a
tree29dbec445164139e1d14f151f349d1cbfc3efb93
parent6dab13c4152b5b3c35b627483bfdce2d331d95f2
hw/intc/loongarch_pch: Use generic read callback for iomem8 region

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

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