diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-06 11:01:49 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-06 11:01:49 -0700 |
commit | 8e9a7b5f8ed4ed008e679644c28bc9c43f56f794 (patch) | |
tree | 193d5708c52edffc4e6c13a5a0cffe210a43e6bf /kvm_x86.c | |
parent | 4fabde9a7f6ad9636443d47e1ba88fc881c7e12d (diff) | |
download | illumos-kvm-8e9a7b5f8ed4ed008e679644c28bc9c43f56f794.tar.gz |
HVM-299 Add kvm_ prefix to apicdef.h and vmx.h
Diffstat (limited to 'kvm_x86.c')
-rw-r--r-- | kvm_x86.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,9 +27,9 @@ #include "kvm_bitops.h" #include "msr-index.h" #include "msr.h" -#include "vmx.h" +#include "kvm_vmx.h" #include "processor-flags.h" -#include "apicdef.h" +#include "kvm_apicdef.h" #include "kvm_types.h" #include "kvm_host.h" #include "kvm_iodev.h" |