]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuBuildStorageSourceAttachPrepareDrive: Fix function comment
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Oct 2021 14:22:53 +0000 (16:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 18:54:53 +0000 (20:54 +0200)
Remove mention of argument which no longer exists.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c

index cc8fd68680f7477e7304f10a66be59a34e4a67d9..ade82eef224d9eb65d8ed96b93de8468eac55984 100644 (file)
@@ -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.