From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: doubt on domU segment mappings Date: Mon, 21 Jul 2008 17:55:43 +0100 Message-ID: <20080721165543.GD4501@implementation.uk.xensource.com> References: <1216659028.17572.15.camel@ec4t16cg-1518809> <20080721164244.GB4501@implementation.uk.xensource.com> <1216659873.17572.21.camel@ec4t16cg-1518809> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1216659873.17572.21.camel@ec4t16cg-1518809> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Sandesh Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Sandesh, le Mon 21 Jul 2008 22:34:33 +0530, a =E9crit : > > These are constructed by the PV domain builder just for the domU. > > DomU > > is then free to do whatever it wants with it, dom0 doesn't care at > > all=20 > but aren't these mappings in the dom0 page tables? Just temporarily when the domain builder fills them, but as soon as it's built, they are unmapped. > Once the domU is running how can i change them? What for? > like how will i know which entries in the dom0 pgtables corresponds to > kernel_seg or ramdisk_seg and so on.. Again, dom0 doesn't map them any more, it doesn't need them any more. Samuel