X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=653643f42c6da182ce0bb36c64761d10cbfcdf87;hb=746934f539c53c6fc687890c02ebf886c6873342;hp=2621fcb55302893fa4abf603c8db7cfa3a5d31d8;hpb=2bfd0e9c8aa5d520e4207fd6cf50a5f50993e3ca;p=palacios.git diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 2621fcb..653643f 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -387,7 +387,8 @@ static int start_svm_guest(struct guest_info *info) { 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); }