summaryrefslogtreecommitdiff
path: root/kvm_vmx.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-06 17:48:26 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-06 17:48:26 -0700
commitf0083bc5a917fa0ebb63e296c158d7b1543eb8f3 (patch)
treeedce30ec103abd255d8cba00c4d8a75742198aef /kvm_vmx.h
parent9ce61fba3deff284d10cb6e4cab9f47869d3d2f8 (diff)
downloadillumos-kvm-f0083bc5a917fa0ebb63e296c158d7b1543eb8f3.tar.gz
HVM-312 Cleanup extern functions in kvm.c
Diffstat (limited to 'kvm_vmx.h')
-rw-r--r--kvm_vmx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kvm_vmx.h b/kvm_vmx.h
index 26efee2..d2dd057 100644
--- a/kvm_vmx.h
+++ b/kvm_vmx.h
@@ -26,6 +26,12 @@
*/
/*
+ * Currently we use one kernel module for all of kvm. This is the entry point
+ * for initializing the VMX subsystem.
+ */
+extern int vmx_init(void);
+
+/*
* Definitions of Primary Processor-Based VM-Execution Controls.
*/
#define CPU_BASED_VIRTUAL_INTR_PENDING 0x00000004