search for: vir_cpu_mode_host_model

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

2014 Oct 24
1
Revert to internal snapshot - XML error: Non-empty feature list specified without CPU model
...<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 feature list specified without " 371 "CPU model")); 372 goto error; 373 } [. . .] I can man...