X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=347157f7e8987b664bf4b81bf7427fd3deda5a0d;hb=e3a2ad0c26462c45cf0a7f1ccc8f0042abbbd776;hp=f5bad18ebfe19d0e13fe022f9e5beec647ee3155;hpb=c62141df299854f534f7ff255693db5f4b7bac4b;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index f5bad18..347157f 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -290,8 +290,7 @@ struct v3_vm_config { struct v3_ctrl_ops { struct guest_info *(*allocate_guest)(void); - int (*config_guest)(struct guest_info * info, struct v3_vm_config * config_ptr); - int (*init_guest)(struct guest_info * info); + int (*init_guest)(struct guest_info * info, struct v3_vm_config * config_ptr); int (*start_guest)(struct guest_info * info); // int (*stop_vm)(uint_t vm_id);