
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@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- src/qemu/qemu_domain_address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: John Ferlan <jferlan@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: *