mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 13:17:58 +03:00
qemu: domain: Fix typo in qemuDomainObjPtrivateXMLFormatAutomaticPlacement
This commit is contained in:
parent
fcd5c61cd4
commit
6801da940e
@ -1796,7 +1796,7 @@ qemuDomainObjPrivateXMLFormatVcpus(virBufferPtr buf,
|
|||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
qemuDomainObjPtrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
|
qemuDomainObjPrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
|
||||||
qemuDomainObjPrivatePtr priv)
|
qemuDomainObjPrivatePtr priv)
|
||||||
{
|
{
|
||||||
char *nodeset = NULL;
|
char *nodeset = NULL;
|
||||||
@ -1937,7 +1937,7 @@ qemuDomainObjPrivateXMLFormat(virBufferPtr buf,
|
|||||||
virBufferAddLit(buf, "</devices>\n");
|
virBufferAddLit(buf, "</devices>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qemuDomainObjPtrivateXMLFormatAutomaticPlacement(buf, priv) < 0)
|
if (qemuDomainObjPrivateXMLFormatAutomaticPlacement(buf, priv) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* Various per-domain paths */
|
/* Various per-domain paths */
|
||||||
|
Loading…
Reference in New Issue
Block a user