Anthony Liguori wrote:
>
> I don't see a compelling reason to paravirtualize earlier although I 
> also don't see a compelling reason not too.  I noticed that VMI hooks 
> setup.c.  It wasn't immediately obvious why it was hooking there but 
> perhaps it worthwhile to have a common hook?  I suspect VMI and KVM 
> will have a similar model for startup.

VMI would like to engage after kernel early facilities are available, so 
command line arguments have been processed.  It is desirable to activate 
before allocating kernel pagetables in pagetable_init, so the kernel 
page-tables do not need to be discovered, and after all the early boot 
stuff is out of the way so everything can be neatly done in C code.

Zach


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to