X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmx.c;h=81d333edc9020a589f3b1f2a0cae24a56c6eecd8;hp=29f1ccf8e05780fba4fc60ee86bab8f44bd08110;hb=cfcc5717f659b3ed2954f41cf363d3bceae8dc84;hpb=5f0b4f8c5f9f53cea37dde072b37d09ba316487d diff --git a/palacios/src/palacios/vmx.c b/palacios/src/palacios/vmx.c index 29f1ccf..81d333e 100644 --- a/palacios/src/palacios/vmx.c +++ b/palacios/src/palacios/vmx.c @@ -702,9 +702,12 @@ int v3_start_vmx_guest(struct guest_info* info) { return -1; } +/* if ((info->num_exits % 5000) == 0) { - V3_Print("SVM Exit number %d\n", (uint32_t)info->num_exits); + V3_Print("VMX Exit number %d\n", (uint32_t)info->num_exits); } +*/ + } return 0;