diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-12-14 14:27:10 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-12-15 11:18:20 +0000 |
commit | 41654f120f535545baf91198699392376d995837 (patch) | |
tree | 4395e362a181b2986eed44475023e7d9bcd6baf2 /docs | |
parent | e2ce5fcde468c7316b6ba3c30a970c9e50bf7211 (diff) | |
download | qemu-41654f120f535545baf91198699392376d995837.zip qemu-41654f120f535545baf91198699392376d995837.tar.gz qemu-41654f120f535545baf91198699392376d995837.tar.bz2 |
target/arm: Report FEAT_EVT for TCG '-cpu max'
Update the ID registers for TCG's '-cpu max' to report the
FEAT_EVT Enhanced Virtualization Traps support.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/arm/emulation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index e3af79b..b33d7c2 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -26,6 +26,7 @@ the following architecture extensions: - FEAT_DoubleFault (Double Fault Extension) - FEAT_E0PD (Preventing EL0 access to halves of address maps) - FEAT_ETS (Enhanced Translation Synchronization) +- FEAT_EVT (Enhanced Virtualization Traps) - FEAT_FCMA (Floating-point complex number instructions) - FEAT_FHM (Floating-point half-precision multiplication instructions) - FEAT_FP16 (Half-precision floating-point data processing) |