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->
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
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