qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 1/9] target/arm: Add ARM_FEATURE_V8_R


From: tobias.roehmel
Subject: [PATCH v3 1/9] target/arm: Add ARM_FEATURE_V8_R
Date: Sat, 20 Aug 2022 16:19:06 +0200

From: Tobias Röhmel <tobias.roehmel@rwth-aachen.de>

This flag is necessary to add features for the Cortex-R52.

Signed-off-by: Tobias Röhmel <tobias.roehmel@rwth-aachen.de>
---
 target/arm/cpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index df677b2d5d..86e06116a9 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -2287,6 +2287,7 @@ enum arm_features {
     ARM_FEATURE_M_SECURITY, /* M profile Security Extension */
     ARM_FEATURE_M_MAIN, /* M profile Main Extension */
     ARM_FEATURE_V8_1M, /* M profile extras only in v8.1M and later */
+    ARM_FEATURE_V8_R,
 };
 
 static inline int arm_feature(CPUARMState *env, int feature)
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]