]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
KVM: s390: Clarify key argument for MEM_OP in api docs
authorJanis Schoetterl-Glausch <scgl@linux.ibm.com>
Mon, 21 Feb 2022 14:36:57 +0000 (15:36 +0100)
committerChristian Borntraeger <borntraeger@linux.ibm.com>
Tue, 22 Feb 2022 08:16:18 +0000 (09:16 +0100)
Clarify that the key argument represents the access key, not the whole
storage key.

Signed-off-by: Janis Schoetterl-Glausch <scgl@linux.ibm.com>
Link: https://lore.kernel.org/r/20220221143657.3712481-1-scgl@linux.ibm.com
Fixes: 5e35d0eb472b ("KVM: s390: Update api documentation for memop ioctl")
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Documentation/virt/kvm/api.rst

index 48f23bb80d7f5b290a0bc9476ccd910de3505f3c..622667cc87efc2f32261e49902aac98419cd1dc0 100644 (file)
@@ -3763,7 +3763,7 @@ KVM_S390_MEMOP_F_INJECT_EXCEPTION is set.
 
 If the KVM_S390_MEMOP_F_SKEY_PROTECTION flag is set, storage key
 protection is also in effect and may cause exceptions if accesses are
-prohibited given the access key passed in "key".
+prohibited given the access key designated by "key"; the valid range is 0..15.
 KVM_S390_MEMOP_F_SKEY_PROTECTION is available if KVM_CAP_S390_MEM_OP_EXTENSION
 is > 0.