summaryrefslogtreecommitdiff
path: root/kvm_vmx.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-07 10:32:00 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-07 10:32:00 -0700
commit2364bf7d769a49bcbd609f713f33ec89c68f1443 (patch)
tree7054dd4100463e525e2c34e118c387a018b36a56 /kvm_vmx.h
parentf0083bc5a917fa0ebb63e296c158d7b1543eb8f3 (diff)
downloadillumos-kvm-2364bf7d769a49bcbd609f713f33ec89c68f1443.tar.gz
HVM-313 vpid related pieces should all be in kvm_vmx.c
Diffstat (limited to 'kvm_vmx.h')
-rw-r--r--kvm_vmx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kvm_vmx.h b/kvm_vmx.h
index d2dd057..9d49a54 100644
--- a/kvm_vmx.h
+++ b/kvm_vmx.h
@@ -27,9 +27,10 @@
/*
* Currently we use one kernel module for all of kvm. This is the entry point
- * for initializing the VMX subsystem.
+ * for initializing and tearing down the VMX subsystem.
*/
extern int vmx_init(void);
+extern void vmx_fini(void);
/*
* Definitions of Primary Processor-Based VM-Execution Controls.