mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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 <fiuczy@linux.vnet.ibm.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
4fe1125b77
commit
681bc423e8
@ -3314,8 +3314,7 @@ virQEMUCapsCPUFilterFeatures(const char *name,
|
|||||||
/**
|
/**
|
||||||
* Returns 0 when host CPU model provided by QEMU was filled in qemuCaps,
|
* 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,
|
* 1 when the caller should fall back to using virCapsPtr->host.cpu,
|
||||||
* 2 when cpu model info is not supported for this configuration and
|
* 2 when cpu model info is not supported for this configuration,
|
||||||
* fall back should not be used.
|
|
||||||
* -1 on error.
|
* -1 on error.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
@ -3442,9 +3441,8 @@ virQEMUCapsInitCPUModelX86(virQEMUCapsPtr qemuCaps,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns 0 when host CPU model provided by QEMU was filled in qemuCaps,
|
* Returns 0 when host CPU model provided by QEMU was filled in qemuCaps,
|
||||||
* 1 when the caller should fall back to other methods
|
* 1 when the caller should fall back to other methods,
|
||||||
* 2 when cpu model info is not supported for this configuration and
|
* 2 when cpu model info is not supported for this configuration,
|
||||||
* fall back should not be used.
|
|
||||||
* -1 on error.
|
* -1 on error.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user