]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: domain: clarify sematics of qemuDomainPrepareDiskSourceData
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Oct 2019 13:16:41 +0000 (15:16 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 21 Oct 2019 14:29:05 +0000 (16:29 +0200)
Note in the comment that this function prepares the storage source based
on the configuration of the disk.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_domain.c

index e101f2f07ed129e15a4c2172350aa709cb7174df..523a96082acc84f0ce4385cc00d6e0b264098a03 100644 (file)
@@ -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,