At 01:11 +0100 on 18 Feb (1424218298), Tamas K Lengyel wrote:
> In preparation for allowing for introspecting ARM and PV domains the old
> control interface via the hvm_op hypercall is retired. A new control mechanism
> is introduced via the domctl hypercall: monitor_op.
>
> This patch aims to est
> +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