From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Magenheimer Subject: Re: [PATCH 22/23] tmem: add XSM hooks Date: Mon, 17 Sep 2012 14:30:08 -0700 (PDT) Message-ID: <2c017aa7-5a0a-4c9e-96ea-53abb9fa45c1@default> References: <<1347895425-17959-1-git-send-email-dgdegra@tycho.nsa.gov>> <<1347895425-17959-23-git-send-email-dgdegra@tycho.nsa.gov>> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <<1347895425-17959-23-git-send-email-dgdegra@tycho.nsa.gov>> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel De Graaf , xen-devel@lists.xen.org Cc: Dan Magenheimer , keir@xen.org List-Id: xen-devel@lists.xenproject.org > From: Daniel De Graaf [mailto:dgdegra@tycho.nsa.gov] > Sent: Monday, September 17, 2012 9:24 AM > To: xen-devel@lists.xen.org > Cc: dgdegra@tycho.nsa.gov; keir@xen.org; Dan Magenheimer > Subject: [PATCH 22/23] tmem: add XSM hooks > > This adds a pair of XSM hooks for tmem operations: xsm_tmem_op which > controls any use of tmem, and xsm_tmem_control which allows use of the > TMEM_CONTROL operations. By default, all domains can use tmem while only > IS_PRIV domains can use control operations. > > Signed-off-by: Daniel De Graaf > Cc: Dan Magenheimer Bearing in mind that I am not very familiar with the XSM code, this patch looks sane to me. Acked-by: Dan Magenheimer