Re: [PATCH] target/arm/cpu: adjust virtual time for cortex series cpu

2020-06-02 Thread Ying Fang
On 2020/6/1 20:41, Peter Maydell wrote: On Sat, 30 May 2020 at 10:22, Ying Fang wrote: Virtual time adjustment was implemented for virt-5.0 machine type, but the cpu property was enabled only for host-passthrough and max cpu model. Let's add it for arm cortex series cpu which has the

Re: [PATCH] target/arm/cpu: adjust virtual time for cortex series cpu

2020-06-01 Thread Peter Maydell
On Sat, 30 May 2020 at 10:22, Ying Fang wrote: > > Virtual time adjustment was implemented for virt-5.0 machine type, > but the cpu property was enabled only for host-passthrough and > max cpu model. Let's add it for arm cortex series cpu which has > the gernic timer feature enabled. > >

[PATCH] target/arm/cpu: adjust virtual time for cortex series cpu

2020-05-30 Thread Ying Fang
Virtual time adjustment was implemented for virt-5.0 machine type, but the cpu property was enabled only for host-passthrough and max cpu model. Let's add it for arm cortex series cpu which has the gernic timer feature enabled. Signed-off-by: Ying Fang diff --git a/target/arm/cpu.c