]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch: Set flexible memory access size with iomem region
authorBibo Mao <maobibo@loongson.cn>
Wed, 7 May 2025 02:37:53 +0000 (10:37 +0800)
committerSong Gao <gaosong@loongson.cn>
Wed, 14 May 2025 07:55:30 +0000 (15:55 +0800)
commit2493ff01dc7c9b06a0579f6e66c3df69da4d5d23
tree69041b18d53737ffad0ba1bd20d4b172f9669a81
parentce5efc2f44d1a2809c4adb2bad2083db29a03c71
hw/intc/loongarch_pch: Set flexible memory access size with iomem region

The original iomem region only supports 4 bytes access size, set it ok
with 1/2/4/8 bytes. Also unaligned memory access is not supported.

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