summary refs log tree commit diff stats
path: root/include/hw/intc
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2024-07-18 16:32:54 +0800
committerSong Gao <gaosong@loongson.cn>2024-07-19 10:40:04 +0800
commita00c22e5052dacb334b5c7865f4edb0035639864 (patch)
treed0d4bf758f6ffa06ef877c964a8dfe5d422e0394 /include/hw/intc
parent1c15dd632bf05a1649f8314d103efe47cde32e84 (diff)
downloadfocaccia-qemu-a00c22e5052dacb334b5c7865f4edb0035639864.tar.gz
focaccia-qemu-a00c22e5052dacb334b5c7865f4edb0035639864.zip
hw/loongarch: Remove unimplemented extioi INT_encode mode
Remove extioi INT_encode encode mode, because we don't emulate it.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20240718083254.748179-1-gaosong@loongson.cn>
Diffstat (limited to 'include/hw/intc')
-rw-r--r--include/hw/intc/loongarch_extioi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/intc/loongarch_extioi.h b/include/hw/intc/loongarch_extioi.h
index eccc2e0d18..626a37dfa1 100644
--- a/include/hw/intc/loongarch_extioi.h
+++ b/include/hw/intc/loongarch_extioi.h
@@ -50,7 +50,6 @@
 #define  EXTIOI_HAS_CPU_ENCODE       (3)
 #define  EXTIOI_VIRT_HAS_FEATURES    (BIT(EXTIOI_HAS_VIRT_EXTENSION)  \
                                       | BIT(EXTIOI_HAS_ENABLE_OPTION) \
-                                      | BIT(EXTIOI_HAS_INT_ENCODE)    \
                                       | BIT(EXTIOI_HAS_CPU_ENCODE))
 #define EXTIOI_VIRT_CONFIG           (0x4)
 #define  EXTIOI_ENABLE               (1)