[libvirt] [PATCH v1 1/7] qemu: Fix comment for 'qemuValidateDevicePCISlotsChipsets'

John Ferlan jferlan at redhat.com
Fri Mar 16 13:38:40 UTC 2018



On 03/08/2018 11:07 AM, Farhan Ali wrote:
> There is no function 'qemuValidateDevicePCISlotsChipsets', it
> should be qemuDomainValidateDevicePCISlotsChipsets.
> 

Commit id '177db487' renamed 'qemuValidateDevicePCISlotsChipsets' to
'qemuDomainValidateDevicePCISlotsChipsets', but didn't adjust comment.

> Signed-off-by: Farhan Ali <alifm at linux.vnet.ibm.com>
> Reviewed-by: Boris Fiuczynski <fiuczy at linux.vnet.ibm.com>
> ---
>  src/qemu/qemu_domain_address.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

John

(I'll push this one shortly)

> diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c
> index 3fcb36a..ae49cf2 100644
> --- a/src/qemu/qemu_domain_address.c
> +++ b/src/qemu/qemu_domain_address.c
> @@ -1815,7 +1815,7 @@ qemuDomainValidateDevicePCISlotsChipsets(virDomainDefPtr def,
>   *  - Video (slot 2)
>   *
>   *  - These integrated devices were already added by
> - *    qemuValidateDevicePCISlotsChipsets invoked right before this function
> + *    qemuDomainValidateDevicePCISlotsChipsets invoked right before this function
>   *
>   * Incrementally assign slots from 3 onwards:
>   *
> 




More information about the libvir-list mailing list