From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [Xen-devel] [PATCH V3 4/6]: PVH:bootup and setup related changes. Date: Thu, 18 Oct 2012 16:55:31 -0700 Message-ID: <20121018165531.34d2040c@mantra.us.oracle.com> References: <20121017173223.7ea1901d@mantra.us.oracle.com> <1350557371.2460.117.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: <1350557371.2460.117.camel@zakaz.uk.xensource.com> Sender: linux-kernel-owner@vger.kernel.org To: Ian Campbell Cc: Konrad Rzeszutek Wilk , "Xen-devel@lists.xensource.com" , "linux-kernel@vger.kernel.org" List-Id: xen-devel@lists.xenproject.org On Thu, 18 Oct 2012 11:49:31 +0100 Ian Campbell wrote: > On Thu, 2012-10-18 at 01:32 +0100, Mukesh Rathor wrote: > > > > + /* PVH TBD/FIXME: vcpu info placement in phase 2 */ > > + if (xen_pvh_domain()) > > + return; > > Do you have a list of future work before PVH is "feature complete" > somewhere? > > I wouldn't count vcpu placement specifically against completeness but > the TBD triggered the thought. > > For example I was reviewing a migration patch this morning and was > wondering if that sort of thing had been investigated yet. > > Ian. Yes, I was gonna post it in a separate email, so one can easily find/track it. No, haven't thought of migration, phase II or III. thanks Mukesh