]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Merge three memory region into one
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:37:54 +0000 (10:37 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:56:28 +0000 (15:56 +0800)
commitf4881c67ba8a852687566610949d8e9ab0542a31
tree836a125be911d62add88ad97b2f75f861cff0062
parent2493ff01dc7c9b06a0579f6e66c3df69da4d5d23
hw/intc/loongarch_pch: Merge three memory region into one

Since memory region iomem supports memory access size with 1/2/4/8,
it can be used for memory region iomem8 and iomem32_high. Now remove
memory region iomem8 and iomem32_high, merge them into iomem together.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250507023754.1877445-5-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_pic.c
hw/loongarch/virt.c
include/hw/intc/loongarch_pic_common.h