X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=7a81e7e32c231054eef7883944619b5c173cb701;hp=b4209ef1b2a6cd1d0090e93174459f265113561c;hb=fa12d18e251a4c936d1370636a088e54a5c75bfa;hpb=98b605668d81bfe0965d482d9d0da647f5cca267 diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index b4209ef..7a81e7e 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -250,7 +250,7 @@ static int start_svm_guest(struct guest_info *info) { CLGI(); - PrintDebug("SVM Entry...\n"); + // PrintDebug("SVM Entry...\n"); rdtscll(info->time_state.cached_host_tsc); guest_ctrl->TSC_OFFSET = info->time_state.guest_tsc - info->time_state.cached_host_tsc; @@ -258,7 +258,7 @@ static int start_svm_guest(struct guest_info *info) { safe_svm_launch((vmcb_t*)(info->vmm_data), &(info->vm_regs)); rdtscll(tmp_tsc); - PrintDebug("SVM Returned\n"); + //PrintDebug("SVM Returned\n"); v3_update_time(info, tmp_tsc - info->time_state.cached_host_tsc);