Re: [PATCH v2 5/5] hw/arm/virt: Implement kvm-steal-time

2020-08-12 Thread Auger Eric
Drew, On 8/5/20 11:16 AM, 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. > > Signed-off-by: Andrew Jones > --- >

[PATCH v2 5/5] hw/arm/virt: Implement kvm-steal-time

2020-08-05 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. Signed-off-by: Andrew Jones --- docs/system/arm/cpu-features.rst | 11 + hw/arm/virt.c| 43