mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
qemu: Fix a few comments
Fixes: d292c5ba1775bd70488fc1646e986c1987844549 Signed-off-by: Kamil Szczęk <kamil@szczek.dev> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
479b9b1325
commit
76f6caee3c
@ -9046,7 +9046,7 @@ qemuFindAgentConfig(virDomainDef *def)
|
||||
}
|
||||
|
||||
/* You should normally avoid this function and use
|
||||
* qemuDomainMachineIsQ35() instead. */
|
||||
* qemuDomainIsQ35() instead. */
|
||||
bool
|
||||
qemuDomainMachineIsQ35(const char *machine,
|
||||
const virArch arch)
|
||||
@ -9064,7 +9064,7 @@ qemuDomainMachineIsQ35(const char *machine,
|
||||
|
||||
|
||||
/* You should normally avoid this function and use
|
||||
* qemuDomainMachineIsI440FX() instead. */
|
||||
* qemuDomainIsI440FX() instead. */
|
||||
bool
|
||||
qemuDomainMachineIsI440FX(const char *machine,
|
||||
const virArch arch)
|
||||
@ -9184,7 +9184,7 @@ qemuDomainMachineIsMipsMalta(const char *machine,
|
||||
|
||||
|
||||
/* You should normally avoid this function and use
|
||||
* qemuDomainMachineIsXenFV() instead. */
|
||||
* qemuDomainIsXenFV() instead. */
|
||||
bool
|
||||
qemuDomainMachineIsXenFV(const char *machine,
|
||||
const virArch arch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user