sumeet gandhare
2009-Mar-13 19:25 UTC
[Xen-devel] Entry points into Dom0 and Xen hypervisor
Hi, I am new to Xen and want to understand the Xen design from the source code. Please could you let me know the entry points in the Xen HyperVisor? Also what are the files I should look into as a beginner. I have started looking into the domain_create() function from the domain.c file. Thanks, Sumeet _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, Even I am pretty much new to Xen source. I am trying to add an adaptive nature to the xen scheduler, so that it dynamically alters between two scheduling policies (algorithms) without having to recompile xen. I am finding little difficulty in learning where exactly the scheduler is called and how the context of the domain is stored, so that I can do a context switch between domains while toggling between different scheduling policies. Regards Ananth On Sat, Mar 14, 2009 at 12:55 AM, sumeet gandhare <sumeetgandhare@gmail.com>wrote:> Hi, > I am new to Xen and want to understand the Xen design from the source code. > Please could you let me know the entry points in the Xen HyperVisor? > Also what are the files I should look into as a beginner. I have started > looking into the domain_create() function from the domain.c file. > Thanks, > Sumeet > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel