X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_symbiotic.h;h=676f901134489834e368df0c7208efdee3aae960;hb=a7f18b04b625362bd7696a5e693cbcebc1c540ea;hp=530a5fcdabda6f0113b406b7a5de09fd07603b93;hpb=4a7e284362662dd76319c4d5843deb28fba82ba0;p=palacios-OLD.git diff --git a/palacios/include/palacios/vmm_symbiotic.h b/palacios/include/palacios/vmm_symbiotic.h index 530a5fc..676f901 100644 --- a/palacios/include/palacios/vmm_symbiotic.h +++ b/palacios/include/palacios/vmm_symbiotic.h @@ -27,11 +27,11 @@ #include -#ifdef CONFIG_SYMCALL +#ifdef V3_CONFIG_SYMCALL #include #endif -#ifdef CONFIG_SYMMOD +#ifdef V3_CONFIG_SYMMOD #include #endif @@ -40,7 +40,7 @@ struct v3_sym_vm_state { struct v3_symspy_global_state symspy_state; -#ifdef CONFIG_SYMMOD +#ifdef V3_CONFIG_SYMMOD struct v3_symmod_state symmod_state; #endif }; @@ -49,7 +49,7 @@ struct v3_sym_vm_state { struct v3_sym_core_state { struct v3_symspy_local_state symspy_state; -#ifdef CONFIG_SYMCALL +#ifdef V3_CONFIG_SYMCALL struct v3_symcall_state symcall_state; #endif @@ -57,7 +57,10 @@ struct v3_sym_core_state { int v3_init_symbiotic_vm(struct v3_vm_info * vm); +int v3_deinit_symbiotic_vm(struct v3_vm_info * vm); + int v3_init_symbiotic_core(struct guest_info * core); +int v3_deinit_symbiotic_core(struct guest_info * core); #endif