X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm.c;h=b103c324f3e5ffed721e80e0764b0e3dc6078ed4;hb=6f089682a19a99474faf05f74b44f9f71f58b30b;hp=8b04b5118e196aa96ab6aa7bb1d7e83c7cfe63f5;hpb=dd37e2c1fabd6d6856c7a2cdbd2f3f73fb034393;p=palacios.git diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 8b04b51..b103c32 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -4,6 +4,7 @@ #include #include #include +#include v3_cpu_arch_t v3_cpu_type; struct vmm_os_hooks * os_hooks = NULL; @@ -23,6 +24,8 @@ void Init_V3(struct vmm_os_hooks * hooks, struct vmm_ctrl_ops * vmm_ops) { v3_cpu_type = V3_INVALID_CPU; + init_decoder(); + if (is_svm_capable()) { PrintDebug("Machine is SVM Capable\n");