diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 7945b0bd35e2..ee2c96b3ba5a 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1151,6 +1151,9 @@ following flags are specified: | |||
1151 | /* Depends on KVM_CAP_IOMMU */ | 1151 | /* Depends on KVM_CAP_IOMMU */ |
1152 | #define KVM_DEV_ASSIGN_ENABLE_IOMMU (1 << 0) | 1152 | #define KVM_DEV_ASSIGN_ENABLE_IOMMU (1 << 0) |
1153 | 1153 | ||
1154 | The KVM_DEV_ASSIGN_ENABLE_IOMMU flag is a mandatory option to ensure | ||
1155 | isolation of the device. Usages not specifying this flag are deprecated. | ||
1156 | |||
1154 | 4.49 KVM_DEASSIGN_PCI_DEVICE | 1157 | 4.49 KVM_DEASSIGN_PCI_DEVICE |
1155 | 1158 | ||
1156 | Capability: KVM_CAP_DEVICE_DEASSIGNMENT | 1159 | Capability: KVM_CAP_DEVICE_DEASSIGNMENT |