> +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