mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
extend the configuration parser for VMX syntax
* qemud/qemud.c src/conf.c src/conf.h src/qemu_conf.c src/xen_unified.c src/xm_internal.c tests/conftest.c tests/xmconfigtest.c: extend the configuration parser for VMX syntax, patch by Matthias Bolte Daniel
This commit is contained in:
@@ -124,7 +124,7 @@ static int testCompareFormatXML(const char *xmcfg, const char *xml,
|
||||
priv.caps = caps;
|
||||
conn->privateData = &priv;
|
||||
|
||||
if (!(conf = virConfReadMem(xmcfgPtr, strlen(xmcfgPtr))))
|
||||
if (!(conf = virConfReadMem(xmcfgPtr, strlen(xmcfgPtr), 0)))
|
||||
goto fail;
|
||||
|
||||
if (!(def = xenXMDomainConfigParse(conn, conf)))
|
||||
|
||||
Reference in New Issue
Block a user