[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] Entry points into Dom0 and Xen hypervisor
- To: sumeet gandhare <sumeetgandhare@xxxxxxxxx>
- From: Ananth <cbananth@xxxxxxxxx>
- Date: Tue, 17 Mar 2009 12:17:27 +0530
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 16 Mar 2009 23:47:54 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=r2bIPQLdcftl2Y2YqLDZsl4pjQrsifgBRlnKm6Mckm4eH+oNqwfrwovhHy9QYEYwDV ppQ+UvWTyQ9qooqsUffb5NrL+lYc136jZ1u1iRlpstOFLUl6FzOco1FeJwiCbpRDhh42 QMrZIcDO9mbPQxy2Olehni+ghN72KBAm9qvs4=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
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@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|