From: Peter Krempa Date: Tue, 8 Oct 2019 13:16:41 +0000 (+0200) Subject: qemu: domain: clarify sematics of qemuDomainPrepareDiskSourceData X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b663201b23e9d9f46bc54cc8634bd33af21a52e7;p=libvirt.git qemu: domain: clarify sematics of qemuDomainPrepareDiskSourceData Note in the comment that this function prepares the storage source based on the configuration of the disk. Signed-off-by: Peter Krempa Reviewed-by: Daniel Henrique Barboza --- diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index e101f2f07e..523a96082a 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -15075,8 +15075,8 @@ qemuDomainCheckCCWS390AddressSupport(const virDomainDef *def, * @src: source to start from * * Prepares various aspects of a storage source belonging to a disk backing - * chain. This function should be also called for detected backing chain - * members. + * chain based on the disk configuration. This function should be also called + * for detected backing chain members. */ void qemuDomainPrepareDiskSourceData(virDomainDiskDefPtr disk,