X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=716e5b63bc5dbb071465ba460dc518c38787645a;hp=5b614e965c512d560963cd8a05c2b60c37ab852b;hb=c016bb46bd68474161e275a5ace086c3fb810d9f;hpb=44a69f96dcfa4fa6cfe254bc21ee17f9e587d892 diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index 5b614e9..716e5b6 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -28,9 +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); -int v3_config_devices(struct guest_info * info, struct v3_vm_config * config_ptr); #endif // ! __V3VEE__