Re: [PATCH v4 6/6] hw/arm/virt: Implement kvm-steal-time

2020-10-08 Thread Andrew Jones
Hi Peter, Thanks for fixing this up and applying! drew On Thu, Oct 08, 2020 at 09:39:59PM +0100, Peter Maydell wrote: > On Thu, 1 Oct 2020 at 07:17, Andrew Jones wrote: > > > > We add the kvm-steal-time CPU property and implement it for machvirt. > > A tiny bit of refactoring was also done to a

Re: [PATCH v4 6/6] hw/arm/virt: Implement kvm-steal-time

2020-10-08 Thread Peter Maydell
On Thu, 1 Oct 2020 at 07:17, Andrew Jones wrote: > > We add the kvm-steal-time CPU property and implement it for machvirt. > A tiny bit of refactoring was also done to allow pmu and pvtime to > use the same vcpu device helper functions. > +if (pvtime_size > pvtime_reg_size) { > +

[PATCH v4 6/6] hw/arm/virt: Implement kvm-steal-time

2020-09-30 Thread Andrew Jones
We add the kvm-steal-time CPU property and implement it for machvirt. A tiny bit of refactoring was also done to allow pmu and pvtime to use the same vcpu device helper functions. Reviewed-by: Eric Auger Signed-off-by: Andrew Jones --- docs/system/arm/cpu-features.rst | 11 ++ hw/arm/virt.c