From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [V7 PATCH 5/7] pvh: change xsm_add_to_physmap Date: Tue, 17 Dec 2013 08:32:41 +0000 Message-ID: <52B01A39020000780010E033@nat28.tlf.novell.com> References: <1387247911-28846-1-git-send-email-mukesh.rathor@oracle.com> <1387247911-28846-6-git-send-email-mukesh.rathor@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Vsq58-0005BJ-AO for xen-devel@lists.xenproject.org; Tue, 17 Dec 2013 08:32:46 +0000 In-Reply-To: <1387247911-28846-6-git-send-email-mukesh.rathor@oracle.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Mukesh Rathor Cc: george.dunlap@eu.citrix.com, xen-devel , dgdegra@tycho.nsa.gov, keir.xen@gmail.com, tim@xen.org List-Id: xen-devel@lists.xenproject.org >>> On 17.12.13 at 03:38, Mukesh Rathor wrote: > In preparation for the next patch, we update xsm_add_to_physmap to > allow for checking of foreign domain. Thus, the current domain must > have the right to update the mappings of target domain with pages from > foreign domain. > > Signed-off-by: Mukesh Rathor > --- > xen/arch/arm/mm.c | 4 ++-- > xen/arch/x86/mm.c | 18 +++++++++++++++--- > xen/include/xsm/dummy.h | 10 ++++++++-- > xen/include/xsm/xsm.h | 6 +++--- > xen/xsm/flask/hooks.c | 9 +++++++-- > 5 files changed, 35 insertions(+), 12 deletions(-) This one continues to lack an ack from Daniel, and you continue to fail to Cc him... Jan