mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +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
|
||||
qemuDomainObjPtrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
|
||||
qemuDomainObjPrivateXMLFormatAutomaticPlacement(virBufferPtr buf,
|
||||
qemuDomainObjPrivatePtr priv)
|
||||
{
|
||||
char *nodeset = NULL;
|
||||
@ -1937,7 +1937,7 @@ qemuDomainObjPrivateXMLFormat(virBufferPtr buf,
|
||||
virBufferAddLit(buf, "</devices>\n");
|
||||
}
|
||||
|
||||
if (qemuDomainObjPtrivateXMLFormatAutomaticPlacement(buf, priv) < 0)
|
||||
if (qemuDomainObjPrivateXMLFormatAutomaticPlacement(buf, priv) < 0)
|
||||
return -1;
|
||||
|
||||
/* Various per-domain paths */
|
||||
|
Loading…
Reference in New Issue
Block a user