From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH v7 05/10] xsm: add XEN_DOMCTL_soft_reset support Date: Wed, 27 May 2015 16:22:26 -0400 Message-ID: <55662782.9010105@tycho.nsa.gov> References: <1432740346-7887-1-git-send-email-vkuznets@redhat.com> <1432740346-7887-6-git-send-email-vkuznets@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" 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 1Yxhqz-0004fb-6d for xen-devel@lists.xenproject.org; Wed, 27 May 2015 20:23:05 +0000 In-Reply-To: <1432740346-7887-6-git-send-email-vkuznets@redhat.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: Vitaly Kuznetsov , xen-devel@lists.xenproject.org Cc: Andrew Jones , Julien Grall , Keir Fraser , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , Olaf Hering , Tim Deegan , David Vrabel , Jan Beulich , Wei Liu List-Id: xen-devel@lists.xenproject.org On 05/27/2015 11:25 AM, Vitaly Kuznetsov wrote: > Dummy policy just checks that the current domain is privileged. In the FLASK > policy two new vectors are added to the DOMAIN2 class: soft_reset and > reset_transfer. First one is being used to check that the domain making the > hypercall is allowed to do it, the second is being used that is's possible vvvv two typos in the commit message ^^^^ > to trasfer memory from source domain to destination domain. The default policy > requires their contexts to match. > > Signed-off-by: Vitaly Kuznetsov Acked-by: Daniel De Graaf