Message ID | 20240623164542.2999626-1-changyuanl@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] Documentation: Fix typo `BFD` | expand |
Hi Changyuan, Thanks for the fixes. LGTM, but next time you have a multi-patch series please include a cover letter. Helps with organizing the patch series on the receiving end :) On Sun, Jun 23, 2024 at 09:45:39AM -0700, Changyuan Lyu wrote: > BDF is the acronym for Bus, Device, Function. > > Signed-off-by: Changyuan Lyu <changyuanl@google.com> > --- > Documentation/virt/kvm/api.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst > index a71d91978d9ef..e623f072e9aca 100644 > --- a/Documentation/virt/kvm/api.rst > +++ b/Documentation/virt/kvm/api.rst > @@ -1921,7 +1921,7 @@ flags: > > If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier > for the device that wrote the MSI message. For PCI, this is usually a > -BFD identifier in the lower 16 bits. > +BDF identifier in the lower 16 bits. > > On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS > feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled, > @@ -2986,7 +2986,7 @@ flags: > > If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier > for the device that wrote the MSI message. For PCI, this is usually a > -BFD identifier in the lower 16 bits. > +BDF identifier in the lower 16 bits. > > On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS > feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled, > -- > 2.45.2.741.gdbec12cfda-goog >
On Sun, 23 Jun 2024 09:45:39 -0700, Changyuan Lyu wrote: > BDF is the acronym for Bus, Device, Function. > > Applied to kvmarm/next, thanks! [1/3] Documentation: Fix typo `BFD` https://git.kernel.org/kvmarm/kvmarm/c/dc1d234cdd4a [2/3] Documentation: Enumerate allowed value macros of `irq_type` https://git.kernel.org/kvmarm/kvmarm/c/03bd36a387b8 [3/3] Documentation: Correct the VGIC V2 CPU interface addr space size https://git.kernel.org/kvmarm/kvmarm/c/810ecbefdd54 -- Best, Oliver
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index a71d91978d9ef..e623f072e9aca 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -1921,7 +1921,7 @@ flags: If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier for the device that wrote the MSI message. For PCI, this is usually a -BFD identifier in the lower 16 bits. +BDF identifier in the lower 16 bits. On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled, @@ -2986,7 +2986,7 @@ flags: If KVM_MSI_VALID_DEVID is set, devid contains a unique device identifier for the device that wrote the MSI message. For PCI, this is usually a -BFD identifier in the lower 16 bits. +BDF identifier in the lower 16 bits. On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS feature of KVM_CAP_X2APIC_API capability is enabled. If it is enabled,
BDF is the acronym for Bus, Device, Function. Signed-off-by: Changyuan Lyu <changyuanl@google.com> --- Documentation/virt/kvm/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)