X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=ee8e31c7da0c35997997f3764328a77959490224;hb=d12cdf5b213b2b51d525914a852ceacd2c198b5a;hp=5d4527f7d8c6995ba33203c3502563193ad31851;hpb=55a97f129cf51e899308ba2d6070c77e4901559e;p=palacios-OLD.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 5d4527f..ee8e31c 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -40,12 +40,12 @@ -#ifdef CONFIG_TELEMETRY +#ifdef V3_CONFIG_TELEMETRY #include #endif -#ifdef CONFIG_SYMBIOTIC +#ifdef V3_CONFIG_SYMBIOTIC #include struct v3_sym_core_state; #endif @@ -107,7 +107,7 @@ struct guest_info { uint64_t num_exits; -#ifdef CONFIG_TELEMETRY +#ifdef V3_CONFIG_TELEMETRY struct v3_core_telemetry core_telem; #endif @@ -116,7 +116,7 @@ struct guest_info { void * decoder_state; -#ifdef CONFIG_SYMBIOTIC +#ifdef V3_CONFIG_SYMBIOTIC /* Symbiotic state */ struct v3_sym_core_state sym_core_state; #endif @@ -145,8 +145,6 @@ struct v3_vm_info { uint32_t mem_align; struct v3_mem_map mem_map; - v3_paging_size_t paging_size; // for nested paging - struct v3_mem_hooks mem_hooks; struct v3_shdw_impl_state shdw_impl; @@ -174,12 +172,12 @@ struct v3_vm_info { struct v3_extensions extensions; -#ifdef CONFIG_SYMBIOTIC +#ifdef V3_CONFIG_SYMBIOTIC /* Symbiotic state */ struct v3_sym_vm_state sym_vm_state; #endif -#ifdef CONFIG_TELEMETRY +#ifdef V3_CONFIG_TELEMETRY uint_t enable_telemetry; struct v3_telemetry_state telemetry; #endif