[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: Xen reboots when trying to start new domain
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |