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:42:44 +0100 Message-ID: <20080721164244.GB4501@implementation.uk.xensource.com> References: <1216659028.17572.15.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: <1216659028.17572.15.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:20:28 +0530, a =E9crit : > Can someone please tell me if the segment mappings like kernel_seg, > ramdisk_seg, pgtables_seg, start_info_seg, etc.. are static or are they > subjected to change, in the sense the are the page table entries in dom= 0 > mapping these segments change or do they remain static??=20 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. In the PV-GRUB case for instance, it is completely rebuilt from within the domU. Samuel