diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c6988923e9fc835894eee3197d55fdfd078d7f66..330f95bf2401e5f5a57f61277ee5d4fcfce69835 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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. *