diff options
Diffstat (limited to 'Documentation/virtual/kvm/api.txt')
-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 ee2c96b3ba5a..4df9af4f6132 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1154,6 +1154,10 @@ following flags are specified: | |||
1154 | The KVM_DEV_ASSIGN_ENABLE_IOMMU flag is a mandatory option to ensure | 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. | 1155 | isolation of the device. Usages not specifying this flag are deprecated. |
1156 | 1156 | ||
1157 | Only PCI header type 0 devices with PCI BAR resources are supported by | ||
1158 | device assignment. The user requesting this ioctl must have read/write | ||
1159 | access to the PCI sysfs resource files associated with the device. | ||
1160 | |||
1157 | 4.49 KVM_DEASSIGN_PCI_DEVICE | 1161 | 4.49 KVM_DEASSIGN_PCI_DEVICE |
1158 | 1162 | ||
1159 | Capability: KVM_CAP_DEVICE_DEASSIGNMENT | 1163 | Capability: KVM_CAP_DEVICE_DEASSIGNMENT |