X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_telemetry.c;h=42e78222380bcf3791e1da42e97282440adff8ce;hb=ef9b4151c09c67502de3720b8fb8f42c10edd073;hp=2fdca4012a5b11eaf68ca1159df27f4820ac2701;hpb=aac189310cca0f5f14543d91413d3b5b58250a3e;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm_telemetry.c b/palacios/src/palacios/vmm_telemetry.c index 2fdca40..42e7822 100644 --- a/palacios/src/palacios/vmm_telemetry.c +++ b/palacios/src/palacios/vmm_telemetry.c @@ -24,8 +24,8 @@ #include -#ifdef CONFIG_TELEMETRY_GRANULARITY -#define DEFAULT_GRANULARITY CONFIG_TELEMETRY_GRANULARITY +#ifdef V3_CONFIG_TELEMETRY_GRANULARITY +#define DEFAULT_GRANULARITY V3_CONFIG_TELEMETRY_GRANULARITY #else #define DEFAULT_GRANULARITY 50000 #endif @@ -252,7 +252,7 @@ void v3_print_telemetry(struct v3_vm_info * vm) { struct exit_event * evt = NULL; struct rb_node * node = v3_rb_first(&(core->core_telem.exit_root)); - V3_Print("Exit information for Core %d\n", core->cpu_id); + V3_Print("Exit information for Core %d\n", core->vcpu_id); if (!node) { V3_Print("No information yet for this core\n");