Home
last modified time | relevance | path

Searched refs:deprecationBehavior (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_conf.h225 char *deprecationBehavior; member
H A Dqemu_conf.c298 cfg->deprecationBehavior = g_strdup("none"); in virQEMUDriverConfigNew()
386 g_free(cfg->deprecationBehavior); in virQEMUDriverConfigDispose()
876 if (virConfGetValueString(conf, "deprecation_behavior", &cfg->deprecationBehavior) < 0) in virQEMUDriverConfigLoadDebugEntry()
H A Dqemu_domain.h451 char *deprecationBehavior; member
H A Dqemu_domain.c3153 g_free(def->deprecationBehavior); in qemuDomainXmlNsDefFree()
3308 nsdata->deprecationBehavior = virXPathString("string(./qemu:deprecation/@behavior)", ctxt); in qemuDomainDefNamespaceParse()
3312 nsdata->deprecationBehavior) in qemuDomainDefNamespaceParse()
3382 cmd->deprecationBehavior); in qemuDomainDefNamespaceFormatXML()
H A Dqemu_command.c10582 const char *behaviorStr = cfg->deprecationBehavior; in qemuBuildCompatDeprecatedCommandLine()
10587 if (nsdata && nsdata->deprecationBehavior) in qemuBuildCompatDeprecatedCommandLine()
10588 behaviorStr = nsdata->deprecationBehavior; in qemuBuildCompatDeprecatedCommandLine()