Re: [Xen-ia64-devel] Re: PATCH: vcpu hotplug

2006-06-01 Thread Tristan Gingold
Le Jeudi 01 Juin 2006 04:37, Alex Williamson a écrit : > On Wed, 2006-05-31 at 11:10 +0200, Tristan Gingold wrote: > > @@ -281,6 +282,9 @@ int arch_domain_create(struct domain *d) > > if ((d->arch.mm.pgd = pgd_alloc(&d->arch.mm)) == NULL) > > goto fail_nomem; > > > > + d->

[Xen-ia64-devel] Re: PATCH: vcpu hotplug

2006-05-31 Thread Alex Williamson
On Wed, 2006-05-31 at 11:10 +0200, Tristan Gingold wrote: > @@ -281,6 +282,9 @@ int arch_domain_create(struct domain *d) > if ((d->arch.mm.pgd = pgd_alloc(&d->arch.mm)) == NULL) > goto fail_nomem; > > + d->shared_info->arch.flags = (d == dom0) ? > + (SIF_IN

[Xen-ia64-devel] Re: PATCH: vcpu hotplug

2006-05-31 Thread Alex Williamson
On Wed, 2006-05-31 at 11:10 +0200, Tristan Gingold wrote: > Hi, > > updated after event channel patch. Hi Tristan, I'm still having trouble getting dom0 booted with this patch. I'll debug some more tonight and let you know what I find. Thanks, Alex -- Alex Williamson