diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-06-11 06:24:24 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-07-12 06:16:19 -0400 |
commit | 58f0964ee445d6703bf2bfd5170e75fb0920ad8f (patch) | |
tree | f8125cb31c2a9197c778918f9ce26c5344b16595 /Documentation/virtual | |
parent | 9f3191aec595ef9f3c80bc96664fd7aef57ef5be (diff) |
KVM: Fix KVM_ASSIGN_SET_MSIX_ENTRY documentation
The documented behavior did not match the implemented one (which also
never changed).
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 0ebe9225b171..b2511360b8f5 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1234,8 +1234,10 @@ Type: vm ioctl | |||
1234 | Parameters: struct kvm_assigned_msix_nr (in) | 1234 | Parameters: struct kvm_assigned_msix_nr (in) |
1235 | Returns: 0 on success, -1 on error | 1235 | Returns: 0 on success, -1 on error |
1236 | 1236 | ||
1237 | Set the number of MSI-X interrupts for an assigned device. This service can | 1237 | Set the number of MSI-X interrupts for an assigned device. The number is |
1238 | only be called once in the lifetime of an assigned device. | 1238 | reset again by terminating the MSI-X assignment of the device via |
1239 | KVM_DEASSIGN_DEV_IRQ. Calling this service more than once at any earlier | ||
1240 | point will fail. | ||
1239 | 1241 | ||
1240 | struct kvm_assigned_msix_nr { | 1242 | struct kvm_assigned_msix_nr { |
1241 | __u32 assigned_dev_id; | 1243 | __u32 assigned_dev_id; |