X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fsvm.c;h=2621fcb55302893fa4abf603c8db7cfa3a5d31d8;hb=2bfd0e9c8aa5d520e4207fd6cf50a5f50993e3ca;hp=986bec8f2e5772ab714eccee1e3c84b961bd76da;hpb=362391accc505b29d938e9d0a21bf6a28a8cee34;p=palacios-OLD.git diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index 986bec8..2621fcb 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -385,7 +385,7 @@ 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); }