diff options
| author | David Hildenbrand <dahi@linux.vnet.ibm.com> | 2016-01-21 07:45:50 -0500 |
|---|---|---|
| committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2016-02-10 07:12:55 -0500 |
| commit | eaf2b656cf14c2088b1b3193742c40a399b1df14 (patch) | |
| tree | b4623780fe4ed6f4aac39c3ac00e142693ba734e /Documentation/virtual/kvm | |
| parent | aad3c1d9603fe7b1796c5529630c961566cbb663 (diff) | |
KVM: s390: add documentation of KVM_S390_VM_CRYPTO
Let's properly document KVM_S390_VM_CRYPTO and its attributes.
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'Documentation/virtual/kvm')
| -rw-r--r-- | Documentation/virtual/kvm/devices/vm.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/devices/vm.txt b/Documentation/virtual/kvm/devices/vm.txt index 27c1a3bddad0..a9ea8774a45f 100644 --- a/Documentation/virtual/kvm/devices/vm.txt +++ b/Documentation/virtual/kvm/devices/vm.txt | |||
| @@ -103,3 +103,36 @@ the POP (u64). | |||
| 103 | 103 | ||
| 104 | Parameters: address of a buffer in user space to store the data (u64) to | 104 | Parameters: address of a buffer in user space to store the data (u64) to |
| 105 | Returns: -EFAULT if the given address is not accessible from kernel space | 105 | Returns: -EFAULT if the given address is not accessible from kernel space |
| 106 | |||
| 107 | 4. GROUP: KVM_S390_VM_CRYPTO | ||
| 108 | Architectures: s390 | ||
| 109 | |||
| 110 | 4.1. ATTRIBUTE: KVM_S390_VM_CRYPTO_ENABLE_AES_KW (w/o) | ||
| 111 | |||
| 112 | Allows user space to enable aes key wrapping, including generating a new | ||
| 113 | wrapping key. | ||
| 114 | |||
| 115 | Parameters: none | ||
| 116 | Returns: 0 | ||
| 117 | |||
| 118 | 4.2. ATTRIBUTE: KVM_S390_VM_CRYPTO_ENABLE_DEA_KW (w/o) | ||
| 119 | |||
| 120 | Allows user space to enable dea key wrapping, including generating a new | ||
| 121 | wrapping key. | ||
| 122 | |||
| 123 | Parameters: none | ||
| 124 | Returns: 0 | ||
| 125 | |||
| 126 | 4.3. ATTRIBUTE: KVM_S390_VM_CRYPTO_DISABLE_AES_KW (w/o) | ||
| 127 | |||
| 128 | Allows user space to disable aes key wrapping, clearing the wrapping key. | ||
| 129 | |||
| 130 | Parameters: none | ||
| 131 | Returns: 0 | ||
| 132 | |||
| 133 | 4.4. ATTRIBUTE: KVM_S390_VM_CRYPTO_DISABLE_DEA_KW (w/o) | ||
| 134 | |||
| 135 | Allows user space to disable dea key wrapping, clearing the wrapping key. | ||
| 136 | |||
| 137 | Parameters: none | ||
| 138 | Returns: 0 | ||
