summary refs log tree commit diff stats
path: root/include/hw/intc/loongarch_dintc.h
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2025-09-16 20:21:04 +0800
committerSong Gao <gaosong@loongson.cn>2025-09-28 17:31:04 +0800
commit07f3e5203ade3fd2e3d8d0593bcdb0aa39e022d4 (patch)
tree548d1340c53914160a91af1092b73007589c9a74 /include/hw/intc/loongarch_dintc.h
parent3ff989d566ec880a5d06de7bb65d3dc35fc3b63b (diff)
downloadfocaccia-qemu-07f3e5203ade3fd2e3d8d0593bcdb0aa39e022d4.tar.gz
focaccia-qemu-07f3e5203ade3fd2e3d8d0593bcdb0aa39e022d4.zip
hw/loongarch: DINTC add a MemoryRegion
the DINTC use [2fe00000-2ff00000) Memory.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Message-ID: <20250916122109.749813-7-gaosong@loongson.cn>
Diffstat (limited to 'include/hw/intc/loongarch_dintc.h')
-rw-r--r--include/hw/intc/loongarch_dintc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/intc/loongarch_dintc.h b/include/hw/intc/loongarch_dintc.h
index aa94cd1003..0b0b5347b2 100644
--- a/include/hw/intc/loongarch_dintc.h
+++ b/include/hw/intc/loongarch_dintc.h
@@ -23,6 +23,7 @@ typedef struct DINTCCore {
 
 struct LoongArchDINTCState {
     SysBusDevice parent_obj;
+    MemoryRegion dintc_mmio;
     DINTCCore *cpu;
     uint32_t num_cpu;
 };