Skip to content

Commit a00c22e

Browse files
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 <[email protected]> Reviewed-by: Bibo Mao <[email protected]> Message-Id: <[email protected]>
1 parent 1c15dd6 commit a00c22e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/hw/intc/loongarch_extioi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#define EXTIOI_HAS_CPU_ENCODE (3)
5151
#define EXTIOI_VIRT_HAS_FEATURES (BIT(EXTIOI_HAS_VIRT_EXTENSION) \
5252
| BIT(EXTIOI_HAS_ENABLE_OPTION) \
53-
| BIT(EXTIOI_HAS_INT_ENCODE) \
5453
| BIT(EXTIOI_HAS_CPU_ENCODE))
5554
#define EXTIOI_VIRT_CONFIG (0x4)
5655
#define EXTIOI_ENABLE (1)

0 commit comments

Comments
 (0)