Re: [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'

2023-06-09 Thread Richard Henderson
On 6/9/23 03:47, Philippe Mathieu-Daudé wrote: SME set_svcr() is called by handle_msr_i() in translate-a64.c. To be able to restrict helper-sme.h.inc to SME-specific files, move the set_svcr() helper definition into the common helper.h. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/help

[PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'

2023-06-09 Thread Philippe Mathieu-Daudé
SME set_svcr() is called by handle_msr_i() in translate-a64.c. To be able to restrict helper-sme.h.inc to SME-specific files, move the set_svcr() helper definition into the common helper.h. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/helper.h | 1 + target/arm/tcg/helper-sme