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

2020-06-15 Thread Ying Fang
On 6/10/2020 3:40 PM, Andrew Jones wrote: On Wed, Jun 10, 2020 at 09:32:06AM +0800, Ying Fang wrote: On 6/8/2020 8:49 PM, Andrew Jones wrote: On Mon, Jun 08, 2020 at 08:12:43PM +0800, Ying Fang wrote: From: fangying Virtual time adjustment was implemented for virt-5.0 machine type, but

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

2020-06-15 Thread Peter Maydell
On Mon, 8 Jun 2020 at 13:12, Ying Fang wrote: > > From: fangying > > 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 cpu which has the generic timer > feature enabled. > > Sug

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

2020-06-10 Thread Andrew Jones
On Wed, Jun 10, 2020 at 09:32:06AM +0800, Ying Fang wrote: > > > On 6/8/2020 8:49 PM, Andrew Jones wrote: > > On Mon, Jun 08, 2020 at 08:12:43PM +0800, Ying Fang wrote: > > > From: fangying > > > > > > Virtual time adjustment was implemented for virt-5.0 machine type, > > > but the cpu property

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

2020-06-09 Thread Ying Fang
On 6/8/2020 8:49 PM, Andrew Jones wrote: On Mon, Jun 08, 2020 at 08:12:43PM +0800, Ying Fang wrote: From: fangying 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 cpu which

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

2020-06-08 Thread Andrew Jones
On Mon, Jun 08, 2020 at 08:12:43PM +0800, Ying Fang wrote: > From: fangying > > 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 cpu which has the generic timer > feature enabl

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

2020-06-08 Thread Ying Fang
From: fangying 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 cpu which has the generic timer feature enabled. Suggested-by: Andrew Jones Signed-off-by: Ying Fang --- v3: - s