From: Boris Fiuczynski Date: Mon, 27 Nov 2017 12:12:17 +0000 (+0100) Subject: qemu-capabilities: Adjust function header comments of virQEMUCapsInitCPUModel* X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=681bc423e823ab86b20748db311721bdef20defe;p=libvirt.git qemu-capabilities: Adjust function header comments of virQEMUCapsInitCPUModel* Adjust function descriptions of virQEMUCapsInitCPUModelS390 and virQEMUCapsInitCPUModel to the changes introduced with commitID 74fc32a955. Signed-off-by: Boris Fiuczynski Reviewed-by: Marc Hartmayer Signed-off-by: Jiri Denemark --- diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index b5cfa70c56..86c1da2021 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -3314,8 +3314,7 @@ virQEMUCapsCPUFilterFeatures(const char *name, /** * Returns 0 when host CPU model provided by QEMU was filled in qemuCaps, * 1 when the caller should fall back to using virCapsPtr->host.cpu, - * 2 when cpu model info is not supported for this configuration and - * fall back should not be used. + * 2 when cpu model info is not supported for this configuration, * -1 on error. */ static int @@ -3442,9 +3441,8 @@ virQEMUCapsInitCPUModelX86(virQEMUCapsPtr qemuCaps, /** * Returns 0 when host CPU model provided by QEMU was filled in qemuCaps, - * 1 when the caller should fall back to other methods - * 2 when cpu model info is not supported for this configuration and - * fall back should not be used. + * 1 when the caller should fall back to other methods, + * 2 when cpu model info is not supported for this configuration, * -1 on error. */ int