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.


Removal of debugging crud
Peter Dinda [Fri, 1 Mar 2013 21:33:52 +0000 (15:33 -0600)]
palacios/src/palacios/vmm_pmu_telemetry.c

index c7cb0fc..0d08654 100644 (file)
@@ -241,9 +241,7 @@ void v3_pmu_telemetry_exit(struct guest_info *info)
 
     if (HAVE(V3_PMON_CLOCK_COUNT) && HAVE(V3_PMON_RETIRED_INST_COUNT)) { 
       update_ucpi_estimate(&(info->pmu_telem.guest_ucpi_estimate), snap, info->pmu_telem.last_snapshot);
-    } else {
-      PrintError(VM_NONE, VCORE_NONE,"Huh - not doing ucpi update?\n");
-    }
+    } 
 
     if (HAVE(V3_PMON_CACHE_MISS_COUNT) && HAVE(V3_PMON_MEM_LOAD_COUNT)) { 
       update_umpl_estimate(&(info->pmu_telem.guest_umpl_estimate), snap, info->pmu_telem.last_snapshot);