WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Re: Xen reboots when trying to start new domain

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Re: Xen reboots when trying to start new domain
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Thu, 09 Sep 2004 02:02:34 +0100
Cc: Kip Macy <kmacy@xxxxxxxxxxxxxxx>, Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 09 Sep 2004 02:19:27 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Thu, 09 Sep 2004 01:36:40 BST." <E1C5CvY-0004sK-00@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Okay, I pushed some cleanups to BUILDDOMAIN. In particular we now
check that the specified pagetable is in fact a valid pagetable :-D

 -- Keir

> 
> Right. And then does the builder go right ahead and call
> DOM0_BUILDDOMAIN anyway? :-)
> 
> The error checking in there is currently rather poor. I shall fix it
> up and let you know when I'm done. I'm expecting that this will
> prevent the triple fault.
> 
>  -- Keir
> 
> > The domain builder just passes the error up to the caller:
> > 
> > <snip>
> >     ctxt->cpu_ctxt.esi = VADDR(KPTDI, startinfopa); /* start info mapped
> > address */
> >     ctxt->cpu_ctxt.eax = PTOM(IdlePTD);
> >     ctxt->cpu_ctxt.ebx = PTOM(KPTphys);
> >     ctxt->cpu_ctxt.edi = physindex;
> > 
> >     if (finish_mmu_updates(xc_handle, mmu))
> >     goto error_out;
> > 
> >     /* index of first free physical page */
> >     return physindex;
> >  error_out:
> >     return -1;
> > 
> > }
> > 
> > 
> >                     -Kip
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by BEA Weblogic Workshop
> > FREE Java Enterprise J2EE developer tools!
> > Get your free copy of BEA WebLogic Workshop 8.1 today.
> > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
> 



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>