From: Jack Lange Date: Sat, 28 Mar 2009 01:56:54 +0000 (-0500) Subject: fixed CLGI window X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=910466ed98c74ba38f3c3301cd25b82d410a73fc fixed CLGI window --- 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);