From: Song Gao Date: Thu, 18 Jul 2024 08:32:54 +0000 (+0800) Subject: hw/loongarch: Remove unimplemented extioi INT_encode mode X-Git-Tag: pull-vmclock-20250108~238^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a00c22e5052dacb334b5c7865f4edb0035639864;p=users%2Fdwmw2%2Fqemu.git 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 Reviewed-by: Bibo Mao Message-Id: <20240718083254.748179-1-gaosong@loongson.cn> --- 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)