From: Peter Dinda Date: Fri, 1 Mar 2013 21:33:52 +0000 (-0600) Subject: Removal of debugging crud X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=aab5ecea4d72bd6d86c64a8f415079c4c1fe093e;p=palacios.git Removal of debugging crud --- diff --git a/palacios/src/palacios/vmm_pmu_telemetry.c b/palacios/src/palacios/vmm_pmu_telemetry.c index c7cb0fc..0d08654 100644 --- a/palacios/src/palacios/vmm_pmu_telemetry.c +++ b/palacios/src/palacios/vmm_pmu_telemetry.c @@ -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);