From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH v3 1/3] xsm/xen_version: Add XSM for the xen_version hypercall (v6). Date: Fri, 8 Jan 2016 12:57:35 -0500 Message-ID: <568FF88F.407@tycho.nsa.gov> References: <1452219920-14043-1-git-send-email-konrad.wilk@oracle.com> <1452219920-14043-2-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aHbIO-0005Gh-O6 for xen-devel@lists.xenproject.org; Fri, 08 Jan 2016 17:57:52 +0000 In-Reply-To: <1452219920-14043-2-git-send-email-konrad.wilk@oracle.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: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org Cc: wei.liu2@citrix.com, ian.campbell@citrix.com, andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com, mpohlack@amazon.de, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org On 07/01/16 21:25, Konrad Rzeszutek Wilk wrote: > All of XENVER_* have now an XSM check. > > The subop for XENVER_commandline is now a priviliged operation. > To not break guests we still return an string - but it is > just '\0'. > > The rest: XENVER_[version|extraversion|capabilities| > parameters|get_features|page_size|guest_handle|changeset| > compile_info] behave as before - allowed by default for all guests. > > This is with the XSM default (and non-default) policy and with > the dummy ones. > > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Daniel De Graaf