Re: [RFC PATCH 5/5] target/arm/cpu: Add the kvm-adjvtime CPU property

2019-10-09 Thread Richard Henderson
On 10/7/19 1:06 PM, Andrew Jones wrote: > kvm-adjvtime is a KVM specific CPU property and a first of its kind. > To accommodate it we also add kvm_arm_add_vcpu_properties() and a > KVM specific CPU properties description to the CPU features document. > > Signed-off-by: Andrew Jones > --- Reviewe

[RFC PATCH 5/5] target/arm/cpu: Add the kvm-adjvtime CPU property

2019-10-07 Thread Andrew Jones
kvm-adjvtime is a KVM specific CPU property and a first of its kind. To accommodate it we also add kvm_arm_add_vcpu_properties() and a KVM specific CPU properties description to the CPU features document. Signed-off-by: Andrew Jones --- docs/arm-cpu-features.rst | 27 ++-