Skip to content

Commit 055b6ae

Browse files
committed
KVM: documentation: fix KVM_CAP_X2APIC_API information
The KVM_X2APIC_API_USE_32BIT_IDS feature applies to both KVM_SET_GSI_ROUTING and KVM_SIGNAL_MSI, but was not mentioned in the documentation for the latter ioctl. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 6f49b2f commit 055b6ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/virtual/kvm/api.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,9 +2224,10 @@ If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier
22242224
for the device that wrote the MSI message. For PCI, this is usually a
22252225
BFD identifier in the lower 16 bits.
22262226

2227-
On x86, address_hi is ignored unless the KVM_CAP_X2APIC_API capability is
2228-
enabled. If it is enabled, address_hi bits 31-8 provide bits 31-8 of the
2229-
destination id. Bits 7-0 of address_hi must be zero.
2227+
On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
2228+
feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled,
2229+
address_hi bits 31-8 provide bits 31-8 of the destination id. Bits 7-0 of
2230+
address_hi must be zero.
22302231

22312232

22322233
4.71 KVM_CREATE_PIT2

0 commit comments

Comments
 (0)