X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=abf1cd68823b0e66b5fc7a655e982b5e38320acc;hb=fd6d48d413ea965d2e0fca5a2480889f9460ec33;hp=831d146c11aa63af0fed7aa2b2ca105654a71767;hpb=7c9087090f06a3fdf041f650912c36b6b12d7a82;p=palacios.releases.git 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