Re: [RFC v12 24/65] target/arm: move arm_sctlr away from tcg helpers

2021-04-08 Thread Claudio Fontana
On 3/28/21 6:12 PM, Richard Henderson wrote: > On 3/26/21 1:36 PM, Claudio Fontana wrote: >> this function is used for kvm too, add it to the >> cpu-common module. >> >> Signed-off-by: Claudio Fontana >> --- >> target/arm/cpu-common.c | 15 +++ >> target/arm/tcg/helper.c | 11 --

Re: [RFC v12 24/65] target/arm: move arm_sctlr away from tcg helpers

2021-03-28 Thread Richard Henderson
On 3/26/21 1:36 PM, Claudio Fontana wrote: this function is used for kvm too, add it to the cpu-common module. Signed-off-by: Claudio Fontana --- target/arm/cpu-common.c | 15 +++ target/arm/tcg/helper.c | 11 --- 2 files changed, 15 insertions(+), 11 deletions(-) diff

[RFC v12 24/65] target/arm: move arm_sctlr away from tcg helpers

2021-03-26 Thread Claudio Fontana
this function is used for kvm too, add it to the cpu-common module. Signed-off-by: Claudio Fontana --- target/arm/cpu-common.c | 15 +++ target/arm/tcg/helper.c | 11 --- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/target/arm/cpu-common.c b/target/arm/cpu