aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm
diff options
context:
space:
mode:
authorShannon Zhao <shannon.zhao@linaro.org>2016-01-11 09:46:15 -0500
committerMarc Zyngier <marc.zyngier@arm.com>2016-02-29 13:34:21 -0500
commit808e738142e7086ef793ebf9797099c392894e65 (patch)
tree38c6f338451aca94c326fe5991fbf7fa13aeccc7 /Documentation/virtual/kvm
parent5f0a714a2b63c25ffba5d832773f3ca4f0d02e21 (diff)
arm64: KVM: Add a new feature bit for PMUv3
To support guest PMUv3, use one bit of the VCPU INIT feature array. Initialize the PMU when initialzing the vcpu with that bit and PMU overflow interrupt set. Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Acked-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'Documentation/virtual/kvm')
-rw-r--r--Documentation/virtual/kvm/api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index 07e4cdf02407..9684f8dc6bb2 100644
--- a/Documentation/virtual/kvm/api.txt
+++ b/Documentation/virtual/kvm/api.txt
@@ -2577,6 +2577,8 @@ Possible features:
2577 Depends on KVM_CAP_ARM_EL1_32BIT (arm64 only). 2577 Depends on KVM_CAP_ARM_EL1_32BIT (arm64 only).
2578 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 for the CPU. 2578 - KVM_ARM_VCPU_PSCI_0_2: Emulate PSCI v0.2 for the CPU.
2579 Depends on KVM_CAP_ARM_PSCI_0_2. 2579 Depends on KVM_CAP_ARM_PSCI_0_2.
2580 - KVM_ARM_VCPU_PMU_V3: Emulate PMUv3 for the CPU.
2581 Depends on KVM_CAP_ARM_PMU_V3.
2580 2582
2581 2583
25824.83 KVM_ARM_PREFERRED_TARGET 25844.83 KVM_ARM_PREFERRED_TARGET