X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=653643f42c6da182ce0bb36c64761d10cbfcdf87;hb=e4c0bf63a6e95019f79f7ff9915fd5d360d2c31a;hp=986bec8f2e5772ab714eccee1e3c84b961bd76da;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios.releases.git diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 986bec8..653643f 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -385,9 +385,10 @@ static int start_svm_guest(struct guest_info *info) { v3_stgi(); - if ((num_exits % 1000) == 0) { + if ((num_exits % 5000) == 0) { PrintDebug("SVM Exit number %d\n", num_exits); - v3_print_profile(info); + if (info->enable_profiler) + v3_print_profile(info); }