X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm.c;h=6ef7fa16bb6e25ab02dba0b8a6f630e077e362df;hb=24178516ccd9f46718b687d4c630415eb63ff595;hp=4502a80bbd5fff6ab5d387a5726818da358da2f8;hpb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm.c b/palacios/src/palacios/vmm.c index 4502a80..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; - v3_init_decoder(); + if (v3_is_svm_capable()) {