diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-06-03 02:51:05 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-07-12 06:16:16 -0400 |
commit | 91e3d71db29d9b3b67b64e2a08e724a7ff538b4c (patch) | |
tree | 5bdaf33de54e039faa8892ab4291e6089de03675 /Documentation | |
parent | e57d4a356ad3ac46881399c424cc6cf6dd16359d (diff) |
KVM: Clarify KVM_ASSIGN_PCI_DEVICE documentation
Neither host_irq nor the guest_msi struct are used anymore today.
Tag the former, drop the latter to avoid confusion.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 2bd06b018b32..0ebe9225b171 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt | |||
@@ -1143,15 +1143,10 @@ Assigns an IRQ to a passed-through device. | |||
1143 | 1143 | ||
1144 | struct kvm_assigned_irq { | 1144 | struct kvm_assigned_irq { |
1145 | __u32 assigned_dev_id; | 1145 | __u32 assigned_dev_id; |
1146 | __u32 host_irq; | 1146 | __u32 host_irq; /* ignored (legacy field) */ |
1147 | __u32 guest_irq; | 1147 | __u32 guest_irq; |
1148 | __u32 flags; | 1148 | __u32 flags; |
1149 | union { | 1149 | union { |
1150 | struct { | ||
1151 | __u32 addr_lo; | ||
1152 | __u32 addr_hi; | ||
1153 | __u32 data; | ||
1154 | } guest_msi; | ||
1155 | __u32 reserved[12]; | 1150 | __u32 reserved[12]; |
1156 | }; | 1151 | }; |
1157 | }; | 1152 | }; |