[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: Xen reboots when trying to start new domain
Usually the low mappings are only there to bootstrap the OS out of non-page-table mode. Once you have page tables, most stuff is going to transition to the high mappings, surely? If you just remove the low mappings, I wonder how much code would actually crash. :-) Anyway, I've checked in code which, rather than rejecting page tables that are mapped at multiple different VAs, instead marks the page information that this is the case. When using shadow page tables, and potentially writable page tables, this might cause a considerable slowdown. But that isn't the case for FreeBSD right now of course, so you could leave teh low mappings for now and strip them out later. -- Keir > Not surprisingly FreeBSD expects those low temporary double mappings to > be there. How do you recommend fixing this without throwing more > pagetables at it that pmap_init will have to garbage collect? > > -Kip > > > > > > > > > We now support direct update of PTEs by guests. To allow this we have > > to record which entry in a page directory the page table is mapped > > at. This means we can no longer support having the same page table > > mapped at differnt PDE indexes. > > > > -- Keir > > > > > > > > > > > > That isn't allowed any more. :-) > > > > > > Ahh - yes I think it does. I wonder how FreeBSD will fair without that > > > mapping. Does the aliasing make ref-counting too hard? > > > > > > > > > > > > > > > > > > > > > > > > > > -- Keir > > > > > > > > > > > > ------------------------------------------------------- > > > > 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 > > ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |