* [PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features
@ 2022-05-20 8:43 Peter Maydell
2022-05-20 15:36 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2022-05-20 8:43 UTC (permalink / raw)
To: qemu-arm, qemu-devel; +Cc: Richard Henderson
In commit 5814d587fe861fe9 we added support for emulating
FEAT_HCX (Support for the HCRX_EL2 register). However we
forgot to add it to the list in emulated.rst. Correct the
omission.
Fixes: 5814d587fe861fe9 ("target/arm: Enable FEAT_HCX for -cpu max")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Oops, missed this during review...
docs/system/arm/emulation.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst
index 3e95bba0d24..49cc3e8340e 100644
--- a/docs/system/arm/emulation.rst
+++ b/docs/system/arm/emulation.rst
@@ -29,6 +29,7 @@ the following architecture extensions:
- FEAT_FRINTTS (Floating-point to integer instructions)
- FEAT_FlagM (Flag manipulation instructions v2)
- FEAT_FlagM2 (Enhancements to flag manipulation instructions)
+- FEAT_HCX (Support for the HCRX_EL2 register)
- FEAT_HPDS (Hierarchical permission disables)
- FEAT_I8MM (AArch64 Int8 matrix multiplication instructions)
- FEAT_IDST (ID space trap handling)
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features
2022-05-20 8:43 [PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features Peter Maydell
@ 2022-05-20 15:36 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2022-05-20 15:36 UTC (permalink / raw)
To: Peter Maydell, qemu-arm, qemu-devel
On 5/20/22 01:43, Peter Maydell wrote:
> In commit 5814d587fe861fe9 we added support for emulating
> FEAT_HCX (Support for the HCRX_EL2 register). However we
> forgot to add it to the list in emulated.rst. Correct the
> omission.
>
> Fixes: 5814d587fe861fe9 ("target/arm: Enable FEAT_HCX for -cpu max")
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Oops, missed this during review...
Oops, my bad.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
>
> docs/system/arm/emulation.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst
> index 3e95bba0d24..49cc3e8340e 100644
> --- a/docs/system/arm/emulation.rst
> +++ b/docs/system/arm/emulation.rst
> @@ -29,6 +29,7 @@ the following architecture extensions:
> - FEAT_FRINTTS (Floating-point to integer instructions)
> - FEAT_FlagM (Flag manipulation instructions v2)
> - FEAT_FlagM2 (Enhancements to flag manipulation instructions)
> +- FEAT_HCX (Support for the HCRX_EL2 register)
> - FEAT_HPDS (Hierarchical permission disables)
> - FEAT_I8MM (AArch64 Int8 matrix multiplication instructions)
> - FEAT_IDST (ID space trap handling)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-20 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20 8:43 [PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features Peter Maydell
2022-05-20 15:36 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).