Re: [PATCH 07/10] target/arm: Restrict KVM-specific fields from ArchCPU

2023-04-07 Thread Richard Henderson
On 4/5/23 09:04, Philippe Mathieu-Daudé wrote: These fields shouldn't be accessed when KVM is not available. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.h | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 07/10] target/arm: Restrict KVM-specific fields from ArchCPU

2023-04-05 Thread Philippe Mathieu-Daudé
These fields shouldn't be accessed when KVM is not available. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index c097cae988..efd1b010d5 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@