target/arm/cpu: Add the kvm-no-adjvtime CPU property
commitdea101a1ae9968c9fec6ab0291489dad7c49f36f
authorAndrew Jones <drjones@redhat.com>
Thu, 30 Jan 2020 16:02:06 +0000 (30 16:02 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Jan 2020 16:02:06 +0000 (30 16:02 +0000)
treea7c20f44a7f47478a8b475fb42609af5d2977f64
parente5ac4200b4cddf44df9adbef677af0d1f1c579c6
target/arm/cpu: Add the kvm-no-adjvtime CPU property

kvm-no-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 <drjones@redhat.com>
Message-id: 20200120101023.16030-7-drjones@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/arm-cpu-features.rst
hw/arm/virt.c
include/hw/arm/virt.h
target/arm/cpu.c
target/arm/cpu64.c
target/arm/kvm.c
target/arm/kvm_arm.h
target/arm/monitor.c
tests/qtest/arm-cpu-features.c