aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-10-22 11:11:04 +0100
committerKeir Fraser <keir@xensource.com>2007-10-22 11:11:04 +0100
commitd420576eb51d53affb6aeda89c43d7d83b4d77d8 (patch)
treedf4867a31654fbf369c01d3b9898616d898c85be /xen/common/compat
parent808c9bd4900abb20da1b7d8da725766d97de2d3f (diff)
downloadxen-d420576eb51d53affb6aeda89c43d7d83b4d77d8.tar.gz
xen-d420576eb51d53affb6aeda89c43d7d83b4d77d8.tar.bz2
xen-d420576eb51d53affb6aeda89c43d7d83b4d77d8.zip
Allow a guest to send NMIs to its VCPUs.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/compat')
-rw-r--r--xen/common/compat/domain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/compat/domain.c b/xen/common/compat/domain.c
index a7f2d8ff43..002a8a8362 100644
--- a/xen/common/compat/domain.c
+++ b/xen/common/compat/domain.c
@@ -59,6 +59,7 @@ int compat_vcpu_op(int cmd, int vcpuid, XEN_GUEST_HANDLE(void) arg)
case VCPUOP_stop_periodic_timer:
case VCPUOP_set_singleshot_timer:
case VCPUOP_stop_singleshot_timer:
+ case VCPUOP_send_nmi:
rc = do_vcpu_op(cmd, vcpuid, arg);
break;