X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_time.c;h=2bb88b341f552a492919f128a4eb5637a457b7ff;hb=db45b5a19f672956e8875a116b06d7ed44c9258c;hp=77459e2534ac4f9b64e0970a556641455fa0da7e;hpb=3a5aea3d9ef41bf3e7b8df4d29f309e2f4304d9d;p=palacios.releases.git diff --git a/palacios/src/palacios/vmm_time.c b/palacios/src/palacios/vmm_time.c index 77459e2..2bb88b3 100644 --- a/palacios/src/palacios/vmm_time.c +++ b/palacios/src/palacios/vmm_time.c @@ -1,8 +1,13 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + + #include "palacios/vmm_time.h" #include "palacios/vmm.h" -void v3_init_time(struct vm_time * time_state) { +void v3_init_time(struct guest_info * info) { + struct vm_time * time_state = &(info->time_state); time_state->cpu_freq = V3_CPU_KHZ();