X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm.c;h=6ef7fa16bb6e25ab02dba0b8a6f630e077e362df;hb=ed814ce69c64a1f24670f21950f3da646f7921df;hp=d6dfb91994f985b19a13d169e1fe213f2e465006;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.git diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index d6dfb91..6ef7fa1 100644 --- a/palacios/src/palacios/vmm.c +++ b/palacios/src/palacios/vmm.c @@ -23,7 +23,7 @@ #include #include #include -#include + v3_cpu_arch_t v3_cpu_type; struct v3_os_hooks * os_hooks = NULL; @@ -43,7 +43,7 @@ void Init_V3(struct v3_os_hooks * hooks, struct v3_ctrl_ops * vmm_ops) { v3_cpu_type = V3_INVALID_CPU; - init_decoder(); + if (v3_is_svm_capable()) {