* src/xend_internal.c: Error message if we cannot connect
to xend.
+Thu Sep 20 12:59:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+
+ * src/xend_internal.c: Error message if we cannot connect
+ to xend.
+
Wed Sep 19 17:42:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/remote_internal.c: Fix waitpid() call to only be done
close(s);
errno = serrno;
s = -1;
+ virXendError(xend, VIR_ERR_INTERNAL_ERROR,
+ "failed to connect to xend");
}
return s;
struct sexpr *_for_i, *node;
xenUnifiedPrivatePtr priv = (xenUnifiedPrivatePtr) conn->privateData;
+ /* xm_internal.c (the support for defined domains from /etc/xen
+ * config files used by old Xen) will handle this.
+ */
if (priv->xendConfigVersion < 3)
return(-1);