>>> On 08.01.16 at 14:08, <jgr...@suse.com> wrote: > --- a/xen/common/domain.c > +++ b/xen/common/domain.c > @@ -318,6 +318,12 @@ struct domain *domain_create(domid_t domid, unsigned int > domcr_flags, > hardware_domain = d; > } > > + if ( domcr_flags & DOMCRF_xs_domain ) > + { > + d->is_xenstore = 1; > + d->disable_migrate = 1; > + }
It only occurred to me now: Wouldn't it be worth denying the domain creation request if there already is a xenstore domain? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel