diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-07 10:32:00 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-07 10:32:00 -0700 |
commit | 2364bf7d769a49bcbd609f713f33ec89c68f1443 (patch) | |
tree | 7054dd4100463e525e2c34e118c387a018b36a56 /kvm_vmx.h | |
parent | f0083bc5a917fa0ebb63e296c158d7b1543eb8f3 (diff) | |
download | illumos-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |