From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [PATCH v1 0/8]: PVH (PV guest with extensions) Date: Wed, 3 Oct 2012 15:26:00 -0700 Message-ID: <20121003152600.1a9e2034@mantra.us.oracle.com> References: <20120921121202.3163c379@mantra.us.oracle.com> <1348581263.11229.21.camel@zakaz.uk.xensource.com> <20121001142826.1ebf7b0f@mantra.us.oracle.com> <20121002130911.GD9009@phenom.dumpdata.com> <20121002115552.3a5d5196@mantra.us.oracle.com> <1349259844.650.123.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1349259844.650.123.camel@zakaz.uk.xensource.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: Ian Campbell Cc: "Xen-devel@lists.xensource.com" , Stefano Stabellini , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Wed, 3 Oct 2012 11:24:04 +0100 Ian Campbell wrote: > On Tue, 2012-10-02 at 19:55 +0100, Mukesh Rathor wrote: > > On Tue, 2 Oct 2012 09:09:11 -0400 > > Konrad Rzeszutek Wilk wrote: > > > > > > > > Strange, adding following to head.S > > > > > > > > ELFNOTE(Xen, XEN_ELFNOTE_PADDR_OFFSET, _ASM_PTR 0) > > > > ELFNOTE(Xen, XEN_ELFNOTE_GUEST_PVH, .long 1) <-------- > > > > > > > > and xenstore won't start in dom0. What gives? > > > > > > What is XEN_ELFNOTE_GUEST_PVH number? You might be re-using a > > > value that is defined for a different purpose? Did you check the > > > Xen hypervisor header files? > > > > Ah, right. I was looking at linux header file, which is behind xen. > > Phew! > > You are going to add the other features which PVH uses too, right? > > Ian. > Sorry, confused. Not very familiar with this. You mean, something like: ELFNOTE(Xen, XEN_ELFNOTE_GUEST_PVH, .long 1) ELFNOTE(Xen, XEN_ELFNOTE_PVH_FEATURES, .asciz "writable_page_tables|auto_translated_physmap|supervisor_mode_kernel|hvm_callback_vector") Something like this? thanks Mukesh