* src/xm_internal.c: patch from Saori Fukuta to fix setting
CPU parameters in the config files, the value was overwritten
Daniel
+Fri Dec 14 16:50:14 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+ * src/xm_internal.c: patch from Saori Fukuta to fix setting
+ CPU parameters in the config files, the value was overwritten
+
Fri Dec 14 16:36:02 CET 2007 Daniel Veillard <veillard@redhat.com>
* src/xs_internal.[ch]: patch from Saori Fukuta to fix the
}
}
- if (xenXMConfigSetStringFromXPath(conn, conf, ctxt, "cpus",
- "string(/domain/vcpu/@cpuset)", 1,
- "cannot set the cpuset parameter") < 0)
- goto error;
-
obj = xmlXPathEval(BAD_CAST "string(/domain/os/type)", ctxt);
if ((obj != NULL) && (obj->type == XPATH_STRING) &&
(obj->stringval != NULL) && !strcmp((char*)obj->stringval, "hvm"))