X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=7325bdf4fa2665179d00987158ca6fc421b04d50;hp=274d20ff36047b38700f2e401376e9609e2990f1;hb=910466ed98c74ba38f3c3301cd25b82d410a73fc;hpb=52bcd30a848d41e4ad84b237f3f6bec2600da3a9 diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 274d20f..7325bdf 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -364,8 +364,8 @@ static int start_svm_guest(struct guest_info *info) { struct v3_msr host_gs_base; struct v3_msr host_kerngs_base; - v3_enable_ints(); - v3_clgi(); +/* v3_enable_ints(); */ +/* v3_clgi(); */ /* @@ -407,7 +407,7 @@ static int start_svm_guest(struct guest_info *info) { //PrintDebug("Turning on global interrupts\n"); v3_stgi(); - + v3_clgi(); if ((num_exits % 5000) == 0) { PrintDebug("SVM Exit number %d\n", num_exits);