The point of this test is to load live XML and test hotplug. But
even though the XMLs we are parsing are live, the parsing is done
with VIR_DOMAIN_DEF_PARSE_INACTIVE flag.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
{
int ret = -1;
qemuDomainObjPrivatePtr priv = NULL;
+ const unsigned int parseFlags = 0;
if (!(*vm = virDomainObjNew(xmlopt)))
goto cleanup;
driver.caps,
driver.xmlopt,
NULL,
- VIR_DOMAIN_DEF_PARSE_INACTIVE)))
+ parseFlags)))
goto cleanup;
if (qemuDomainAssignAddresses((*vm)->def, priv->qemuCaps,