12 messages in com.xensource.lists.xen-develRE: [Xen-devel] Need information rela...
FromSent OnAttachments
Sameer Ahuja14 Nov 2006 20:11 
Tim Deegan15 Nov 2006 02:13 
Sameer Ahuja15 Nov 2006 04:09 
Keir Fraser15 Nov 2006 04:17 
Petersson, Mats15 Nov 2006 04:35 
Sameer Ahuja19 Nov 2006 23:01 
Anthony Liguori20 Nov 2006 08:52 
Liang Yang20 Nov 2006 09:23 
Anthony Liguori20 Nov 2006 12:00 
Sameer Ahuja20 Nov 2006 19:49 
Sameer Ahuja20 Nov 2006 19:54 
Sameer Ahuja21 Nov 2006 00:45 
Subject:RE: [Xen-devel] Need information related to shadowing
From:Sameer Ahuja (same@nechclst.in)
Date:11/14/2006 08:11:11 PM
List:com.xensource.lists.xen-devel

Hi,

Thanks a lot to all of you for your previous replies. That helped me a lot in understanding the code. I still have some queries.

Can you please tell me how is Shadow Page Table generated/maintained? What is the flow for the page fault handler of VMM in context of x86_64 (Intel EM64T)?

If possible, please tell me the code flow related to shadow page table handling in XEN.

I have gone through the links you sent earlier as well as some of the code files especially through following:

xen\arch\x86\mm\shadow\multi.c xen\arch\x86\mm\shadow\common.c xen\arch\x86\mm\mm.c

But I have not been able to establish the code flow based on Intel EM64T. Regards, Sameer

-----Original Message----- From: Tim Wood [mailto:tww@gmail.com] Sent: Tuesday, November 07, 2006 9:06 AM To: Sameer Ahuja Cc: xen-@lists.xensource.com Subject: Re: [Xen-devel] Need information related to shadowing

On 11/6/06, Sameer Ahuja <same@nechclst.in> wrote:

Hi, If possible, please tell me the flow related to memory management in XEN.

Although the website seems to be down right now, the student project here: http://www.cs.aau.dk/library/cgi-bin/detail.cgi?id=1136884892 actually has a pretty good explanation of xen memory management. It will get you started before looking at the code at least.