Re: [PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel

2020-10-03 Thread Thomas Huth
On 30/09/2020 10.03, Philippe Mathieu-Daudé wrote: On 9/30/20 12:43 AM, Philippe Mathieu-Daudé wrote: KVM requires a cpu based on (at least) the ARMv7 architecture. Only enable the following ARMv4 CPUs when TCG is available: - StrongARM (SA1100/1110) - OMAP1510 (TI925T) Signed-off-by: P

Re: [PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel

2020-09-30 Thread Philippe Mathieu-Daudé
On 9/30/20 12:43 AM, Philippe Mathieu-Daudé wrote: > KVM requires a cpu based on (at least) the ARMv7 architecture. > > Only enable the following ARMv4 CPUs when TCG is available: > > - StrongARM (SA1100/1110) > - OMAP1510 (TI925T) > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/K

[PATCH v4 04/12] target/arm: Restrict ARMv4 cpus to TCG accel

2020-09-29 Thread Philippe Mathieu-Daudé
KVM requires a cpu based on (at least) the ARMv7 architecture. Only enable the following ARMv4 CPUs when TCG is available: - StrongARM (SA1100/1110) - OMAP1510 (TI925T) Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/hw/arm