]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/xen/interface/vcpu.h
xen: Support 64-bit PV guest receiving NMIs
[karo-tx-linux.git] / include / xen / interface / vcpu.h
index 87e6f8a4866198d022930a2af17db0e23153a7b6..b05288ce3991bd8ce5b0caf632cb86a81a3c59cf 100644 (file)
@@ -170,4 +170,6 @@ struct vcpu_register_vcpu_info {
 };
 DEFINE_GUEST_HANDLE_STRUCT(vcpu_register_vcpu_info);
 
+/* Send an NMI to the specified VCPU. @extra_arg == NULL. */
+#define VCPUOP_send_nmi             11
 #endif /* __XEN_PUBLIC_VCPU_H__ */