Re: [PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features

2022-05-20 Thread Richard Henderson
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") Signe

[PATCH] docs/system/arm: Add FEAT_HCX to list of emulated features

2022-05-20 Thread Peter Maydell
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 --- Oops, missed