From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v3 05/13] xen/passthrough: rework dom0_pvh_reqs to use it also on ARM Date: Tue, 18 Mar 2014 18:19:42 +0000 Message-ID: <53288E3E.2030904@linaro.org> References: <1394552999-14171-1-git-send-email-julien.grall@linaro.org> <1394552999-14171-6-git-send-email-julien.grall@linaro.org> <1395159777.11824.4.camel@kazak.uk.xensource.com> <53288230.1050708@linaro.org> <1395165004.11824.61.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WPyc5-0001g5-Qd for xen-devel@lists.xenproject.org; Tue, 18 Mar 2014 18:19:46 +0000 Received: by mail-we0-f171.google.com with SMTP id t61so6235940wes.16 for ; Tue, 18 Mar 2014 11:19:44 -0700 (PDT) In-Reply-To: <1395165004.11824.61.camel@kazak.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.xenproject.org, tim@xen.org, Xiantao Zhang , stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On 03/18/2014 05:50 PM, Ian Campbell wrote: > On Tue, 2014-03-18 at 17:28 +0000, Julien Grall wrote: >> It will be exposed to common code. For now is_pvh_domain is part of >> xen/sched.h, do you plan to move it in asm-x86? > > Oh, I hadn't realised it was already common. I don't plan to move it > myself. It might be a good thing to prevent people using is_{hvm,pv,pvh}_domain in common code. Regards, -- Julien Grall