X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm.c;h=6eb6de393f07e9d63acb4ee104a42d3643d7cb3f;hb=75d9c52b3ee8673c9f358b7815d2026da5319ca7;hp=8b04b5118e196aa96ab6aa7bb1d7e83c7cfe63f5;hpb=23ee10c7be0d5c16226b2f703741842248add8e7;p=palacios.releases.git diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 8b04b51..6eb6de3 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -1,9 +1,13 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #include #include #include #include #include #include +#include v3_cpu_arch_t v3_cpu_type; struct vmm_os_hooks * os_hooks = NULL; @@ -23,6 +27,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");