mirror of https://gitee.com/openkylin/libvirt.git
qemuBuildStorageSourceAttachPrepareDrive: Fix function comment
Remove mention of argument which no longer exists. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a0ec7165e3
commit
58d915b2d3
|
@ -11063,7 +11063,6 @@ qemuBuildHotpluggableCPUProps(const virDomainVcpuDef *vcpu)
|
|||
* qemuBuildStorageSourceAttachPrepareDrive:
|
||||
* @disk: disk object to prepare
|
||||
* @qemuCaps: qemu capabilities object
|
||||
* @driveBoot: bootable flag for disks which don't have -device part
|
||||
*
|
||||
* Prepare qemuBlockStorageSourceAttachData *for use with the old approach
|
||||
* using -drive/drive_add. See qemuBlockStorageSourceAttachPrepareBlockdev.
|
||||
|
|
Loading…
Reference in New Issue