diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 38066a7a74e1..c25439a58274 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -2185,6 +2185,10 @@ return ENOEXEC for that vcpu. | |||
2185 | Note that because some registers reflect machine topology, all vcpus | 2185 | Note that because some registers reflect machine topology, all vcpus |
2186 | should be created before this ioctl is invoked. | 2186 | should be created before this ioctl is invoked. |
2187 | 2187 | ||
2188 | Possible features: | ||
2189 | - KVM_ARM_VCPU_POWER_OFF: Starts the CPU in a power-off state. | ||
2190 | Depends on KVM_CAP_ARM_PSCI. | ||
2191 | |||
2188 | 2192 | ||
2189 | 4.78 KVM_GET_REG_LIST | 2193 | 4.78 KVM_GET_REG_LIST |
2190 | 2194 | ||