Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


format change
Jack Lange [Fri, 6 Feb 2009 06:20:37 +0000 (00:20 -0600)]
palacios/src/palacios/svm.c

index 36d3d46..50cfdd9 100644 (file)
@@ -385,10 +385,10 @@ static int start_svm_guest(struct guest_info *info) {
     v3_get_msr(MSR_GS_BASE, &(host_gs_base.hi), &(host_gs_base.lo));
 
     rdtscll(info->time_state.cached_host_tsc);
-
     guest_ctrl->TSC_OFFSET = info->time_state.guest_tsc - info->time_state.cached_host_tsc;
 
     v3_svm_launch((vmcb_t*)V3_PAddr(info->vmm_data), &(info->vm_regs));
+
     rdtscll(tmp_tsc);
 
     v3_set_msr(MSR_STAR, host_star.hi, host_star.lo);