WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Readonly memory for guest domain

To: "Peter Teoh" <htmldeveloper@xxxxxxxxx>
Subject: Re: [Xen-devel] Readonly memory for guest domain
From: "pradeep singh rautela" <rautelap@xxxxxxxxx>
Date: Thu, 13 Sep 2007 10:10:12 +0530
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 12 Sep 2007 21:40:38 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=e41bKVcn/WG9sfe++FFPl6FoAcJioYaUWuLGJcZLjMA=; b=SWLVCa1rAjcDmAA2Zl/ihN37r1ft9V56XRBMPvrI7W6+/LrGF1qyR7IsC4ynVi3ahe4TcGm82NATHURjH9F1pAU7km/sOoWfbyg9X/E/jcANA22CPSpsmHgpvyUkToDh6hlPdhgmWRLdLzSBkUGmTj6xF70S5hPdLiFQUBDmSKE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BJaxyu75s41Prn7CSht0yfu3KzRmTgjgmb44klZhZo+VeBDLpfuBqzw3V1McbRpNIllbOq7hkJ9BtvYDw9JQDLVKA1wiQfMRuZFkCc0KIkL9ol7LvpCpKOTds2q9m+OVSYyvBJ4zMAxULkv+B5YPukFF+1R2VpcbEgbvWq6iDcM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <804dabb00709121859te561d2cjdfeac95876b9778@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <00ca01c7f4db$69d991f0$9a010a0a@eeyore> <C30D53BF.D73B%Keir.Fraser@xxxxxxxxxxxx> <804dabb00709121859te561d2cjdfeac95876b9778@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 9/13/07, Peter Teoh <htmldeveloper@xxxxxxxxx> wrote:
[...]
> Thank you for the answer.   In the first place, we will not know what is
> pagetable or non-pagetable memory.   For example, during dom0/domU
> initialisation, the guest OS will query the e820 bios mechanism for physical
> memory  availability, and the guest OS (paravirt or HVM) will then assign
> different parts of the physical memory for pagetable construction.   Then
> after all the pagetable is completely constructed, the CR3 is loaded, which
> started the hardware MMU operation.    So therefore, before the CR3 is
> loaded the entire physical memory is marked as readonly, and after the CR3
> is loaded, only those memory not involved in pagetable mapping are unmarked
> readonly?
>
> Does not seem right, as guest OS can change the CR3 anytime subsequently as
> well.

Any writes to CR3 'll be trapped to the Xen itself AFAIK. So, yes any
guest can change the CR3 anytime but there is always Xen to see what
it is writing in the CR3 .Anything beyond the memory assigned to
domain is illegal, xen knows the limits of the domains.

Please CMIIW somewhere.

Thanks
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
>


-- 
--
pradeep singh rautela

"question = ( to ) ? be : ! be;"
                -- Wm. Shakespeare

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel