Re: [PATCH v4 15/45] target/arm: Add SME enablement checks

2022-07-01 Thread Peter Maydell
On Tue, 28 Jun 2022 at 05:32, Richard Henderson wrote: > > These functions will be used to verify that the cpu > is in the correct state for a given instruction. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 15/45] target/arm: Add SME enablement checks

2022-06-27 Thread Richard Henderson
These functions will be used to verify that the cpu is in the correct state for a given instruction. Signed-off-by: Richard Henderson --- target/arm/translate-a64.h | 21 + target/arm/translate-a64.c | 34 ++ 2 files changed, 55 insertions(+)