From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: PVH: libxl expertise... Date: Tue, 13 Nov 2012 17:31:38 -0800 Message-ID: <20121113173138.61b21067@mantra.us.oracle.com> References: <20121112190934.5e702799@mantra.us.oracle.com> <1352800853.7491.22.camel@zakaz.uk.xensource.com> <20121113172138.1d3274d9@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121113172138.1d3274d9@mantra.us.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Tue, 13 Nov 2012 17:21:38 -0800 Mukesh Rathor wrote: > > > I can't tell why f_active is there. I also see supported, may be thats > the string of what the kernel supports. It is set to 0x11 ??? Debugging further, I see in xc_dom_parse_elf_kernel() after elf_parse_binary(), the strings are set as: type = XEN_ENT_STR, name = 0x3cadc2e116 "PAE_MODE", data = { str = 0x7ffff61e14b0 "yes", num = 0x7ffff61e14b0}}, { type = XEN_ENT_STR, name = 0x3cadc2dd2d "FEATURES", data = { str = 0x7ffff61e1414 "!writable_page_tables|pae_pgdir_above_4gb", num = 0x7ffff61e1414}}, {type = XEN_ENT_NONE, name = 0x0, data = { str = 0x0, num = 0x0}}, {type = XEN_ENT_LONG, So, may be it's not properly set in bzImage and something else needs to be done to get the correct strings there??? thanks Mukesh