From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4.2] libxc: Defer initialization of start_page for HVM guests Date: Tue, 19 Jan 2016 15:13:22 +0000 Message-ID: <1453216402.29930.80.camel@citrix.com> References: <1452205147-6320-1-git-send-email-boris.ostrovsky@oracle.com> <568F41B1.9070205@suse.com> <568FC56F.3050209@oracle.com> <568FC80D.5020200@suse.com> <568FCD6A.4080704@oracle.com> <1452265862.29416.46.camel@citrix.com> <569E4FF0.2000405@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <569E4FF0.2000405@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: Boris Ostrovsky , Juergen Gross , ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com Cc: andrew.cooper3@citrix.com, roger.pau@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2016-01-19 at 10:02 -0500, Boris Ostrovsky wrote: > On 01/08/2016 10:11 AM, Ian Campbell wrote: > > > > BTW, it might be possible to use xc_dom_seg_to_ptr instead of an open > > coded > > xc_map_foreign? Although it wasn't used before and maybe there is a > > reason > > for that which still applies. > > > Is this waiting for me to replace xc_map_foreign() with > xc_dom_seg_to_ptr? It wasn't clear to me from this last message. I was just wondering that myself. Looking back over the thread it seems like I was waiting for Roger's feedback, which came in ages ago (and I didn't notice). Acked-by: Ian Campbell I'll pick this up in my next sweep.