X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_ctrl_regs.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_ctrl_regs.h;h=006347379c2bbf781e029ab99315aa3277c6bc7a;hb=fd5d916136c80b7c3f873f51a26b88c2149e622b;hp=f23caadf357f34aec03e3694549a3338f627d400;hpb=fa3ef2ff5003b7cd27bfe11e970760c940525966;p=palacios.git diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index f23caad..0063473 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -212,8 +212,8 @@ int v3_handle_cr4_write(struct guest_info * info); int v3_handle_cr4_read(struct guest_info * info); -int v3_handle_efer_write(uint_t msr, struct v3_msr src, void * priv_data); -int v3_handle_efer_read(uint_t msr, struct v3_msr * dst, void * priv_data); +int v3_handle_efer_write(struct guest_info * core, uint_t msr, struct v3_msr src, void * priv_data); +int v3_handle_efer_read(struct guest_info * core, uint_t msr, struct v3_msr * dst, void * priv_data); #endif // ! __V3VEE__