X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=abf1cd68823b0e66b5fc7a655e982b5e38320acc;hp=831d146c11aa63af0fed7aa2b2ca105654a71767;hb=f3eb8bbb7c58c98b03797f2188e6c1d2a7610c15;hpb=4f0bb09709fcff0e08aef60c1f0253bbef91f608 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 831d146..abf1cd6 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -35,8 +35,8 @@ #include -#ifdef CONFIG_PROFILE_VMM -#include +#ifdef CONFIG_TELEMETRY +#include #endif #ifdef CONFIG_SYMBIOTIC_SWAP @@ -118,8 +118,8 @@ struct v3_segments { struct shadow_page_state; struct v3_intr_state; -#ifdef CONFIG_PROFILE_VMM -struct v3_profiler; +#ifdef CONFIG_TELEMETRY +struct v3_telemetry; #endif #ifdef CONFIG_SYMBIOTIC_SWAP @@ -179,9 +179,9 @@ struct guest_info { uint64_t yield_start_cycle; -#ifdef CONFIG_PROFILE_VMM - uint_t enable_profiler; - struct v3_profiler profiler; +#ifdef CONFIG_TELEMETRY + uint_t enable_telemetry; + struct v3_telemetry_state telemetry; #endif