X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=716e5b63bc5dbb071465ba460dc518c38787645a;hb=87819b4172a7c32186403fc7a03bea5ae65f0e4a;hp=328a22156c3f8c13d1ad95d891c8933675297199;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.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__