These hypercalls are usable by HVM guests. Once connected, simple
functions of the Xen toolstack can be run from an HVM domain if that
domain is permitted access (which is currently only possible via XSM).
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Committed-by: Keir Fraser <keir@xen.org>
HYPERCALL(event_channel_op),
HYPERCALL(sched_op),
HYPERCALL(set_timer_op),
+ HYPERCALL(xsm_op),
HYPERCALL(hvm_op),
HYPERCALL(sysctl),
+ HYPERCALL(domctl),
HYPERCALL(tmem_op)
};
HYPERCALL(event_channel_op),
COMPAT_CALL(sched_op),
COMPAT_CALL(set_timer_op),
+ HYPERCALL(xsm_op),
HYPERCALL(hvm_op),
HYPERCALL(sysctl),
+ HYPERCALL(domctl),
HYPERCALL(tmem_op)
};