X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=716e5b63bc5dbb071465ba460dc518c38787645a;hb=a24a1722328a575cec8dd8578902fd0f68c72c1c;hp=328a22156c3f8c13d1ad95d891c8933675297199;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index 328a221..716e5b6 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -28,8 +28,9 @@ #include +int v3_pre_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr); +int v3_post_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr); -int v3_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr); #endif // ! __V3VEE__