]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Use generic read callback for iomem32_high region
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:31:40 +0000 (10:31 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:47:56 +0000 (15:47 +0800)
commit6dab13c4152b5b3c35b627483bfdce2d331d95f2
treee9f68e4fd61ab703c5a53d2589a7b3132fe81bc3
parent9e29bf4e4c5d34ace0c75737f740f1f86236dba9
hw/intc/loongarch_pch: Use generic read callback for iomem32_high region

Add register read operation emulation in generic read function
loongarch_pch_pic_read(), 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-9-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_pic.c