search for: cpu_conf

Displaying 1 result from an estimated 1 matches for "cpu_conf".

Did you mean: cpu_config
2014 Oct 24
1
Revert to internal snapshot - XML error: Non-empty feature list specified without CPU model
...XML: $ virsh dumpxml node1 | grep features -A3 <features> <acpi/> <apic/> <pae/> </features> <cpu mode='host-passthrough'> </cpu> <clock offset='utc'> I see it's thrown from here, src/conf/cpu_conf.c, from function: virCPUDefParseXML:371 [. . .] 367 if (n > 0) { 368 if (!def->model && def->mode != VIR_CPU_MODE_HOST_MODEL) { 369 virReportError(VIR_ERR_XML_ERROR, "%s", 370 _("Non-empty featur...