]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: command: Fix comment for qemuBuildPRManagerInfoProps
authorPeter Krempa <pkrempa@redhat.com>
Fri, 11 May 2018 12:20:12 +0000 (14:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 16 May 2018 04:32:28 +0000 (06:32 +0200)
The comment did not accurately describe the arguments.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_command.c

index c6988923e9fc835894eee3197d55fdfd078d7f66..330f95bf2401e5f5a57f61277ee5d4fcfce69835 100644 (file)
@@ -9717,8 +9717,10 @@ qemuBuildPanicCommandLine(virCommandPtr cmd,
 
 /**
  * qemuBuildPRManagerInfoProps:
- * @prd: disk PR runtime info
- * @propsret: JSON properties to return
+ * @vm: domain object
+ * @disk: disk definition
+ * @propsret: Returns JSON object containing properties of the pr-manager-helper object
+ * @aliasret: alias of the pr-manager-helper object
  *
  * Build the JSON properties for the pr-manager object.
  *