From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas Lengyel Subject: Re: [PATCH V6 08/13] xen: Introduce monitor_op domctl Date: Wed, 18 Feb 2015 19:15:24 +0100 Message-ID: References: <1424218303-11331-1-git-send-email-tamas.lengyel@zentific.com> <1424218303-11331-9-git-send-email-tamas.lengyel@zentific.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8027240019732622186==" Return-path: In-Reply-To: <1424218303-11331-9-git-send-email-tamas.lengyel@zentific.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: Kevin Tian , wei.liu2@citrix.com, Ian Campbell , Steven Maresca , Stefano Stabellini , Jun Nakajima , Tim Deegan , Ian Jackson , Eddie Dong , Andres Lagar-Cavilla , Jan Beulich , Tamas K Lengyel , rshriram@cs.ubc.ca, Keir Fraser , Daniel De Graaf , yanghy@cn.fujitsu.com List-Id: xen-devel@lists.xenproject.org --===============8027240019732622186== Content-Type: multipart/alternative; boundary=f46d04389525997b5f050f60cdaf --f46d04389525997b5f050f60cdaf Content-Type: text/plain; charset=UTF-8 > +int monitor_domctl(struct domain *d, struct xen_domctl_monitor_op *mop) > +{ > + int rc; > + > + rc = xsm_vm_event_control(XSM_PRIV, d, vec->mode, vec->op); > + if ( rc ) > + return rc; > The XSM check here has the wrong variable name and has been fixed - I seem to have rushed a bit and missed the build error on v6. Please ignore this patch and sorry for the noise. Tamas --f46d04389525997b5f050f60cdaf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=
+int monitor_domctl(struct domain *d, struct xen_domctl_monitor_op *mop) +{
+=C2=A0 =C2=A0 int rc;
+
+=C2=A0 =C2=A0 rc =3D xsm_vm_event_control(XSM_PRIV, d, vec->mode, vec-&= gt;op);
+=C2=A0 =C2=A0 if ( rc )
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 return rc;

The XSM check here has the wrong variable name and has been fixed - I seem= to have rushed a bit and missed the build error on v6. Please ignore this = patch and sorry for the noise.

Tamas
--f46d04389525997b5f050f60cdaf-- --===============8027240019732622186== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============8027240019732622186==--