X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_time.c;h=51ac5a76e3a538c91506a3af39ad0cf6c76c3ab5;hb=5162b3f7c10ddbd4fd54e0c2dd13f147af09c314;hp=00e88692c254fe213019e4dccd34331752076b71;hpb=9fce3687216ee6401cbf006a6fd14b6f7e16db6e;p=palacios.git diff --git a/palacios/src/palacios/vmm_time.c b/palacios/src/palacios/vmm_time.c index 00e8869..51ac5a7 100644 --- a/palacios/src/palacios/vmm_time.c +++ b/palacios/src/palacios/vmm_time.c @@ -420,7 +420,7 @@ void v3_init_time_core(struct guest_info * info) { time_state->vm_enter_host_time = 0; time_state->vm_pause_host_time = 0; - time_state->time_flags = 0; // XXX need to set virtualize TSC flag or not... + time_state->time_flags = 0; // XXX need to set trap TSC flag or not wisely INIT_LIST_HEAD(&(time_state->timers)); time_state->num_timers = 0;