From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH for-4.5] xen: vnuma: expose vnode_to_pnode to guest Date: Mon, 10 Nov 2014 13:43:10 +0000 Message-ID: <20141110134310.GA32371@zion.uk.xensource.com> References: <1415475807-8699-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1415475807-8699-1-git-send-email-wei.liu2@citrix.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: xen-devel@lists.xen.org Cc: Dario Faggioli , Wei Liu , Jan Beulich , Elena Ufimtseva List-Id: xen-devel@lists.xenproject.org To summarise this discussion so far. Conceptually speaking, the guest should not need to know the mapping. The translation from vnode to pnode should happen in hypervisor without guest knowing. Jan, Dario and David (and I) are all in favor of *not* exposing the mapping (though starting from different angle). So we should go with this approach. The hypercall interface is fine as it is now. Wei.