X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmx_ctrl_regs.h;h=88b24f43cc887148ce6ca1b5622663856e4c4967;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hp=f35e878fd094f400c0b887cd8e21221349f39a33;hpb=61597ea2c5ccace036d8a65e429e32b8f8a7ed4a;p=palacios.git diff --git a/palacios/include/palacios/vmx_ctrl_regs.h b/palacios/include/palacios/vmx_ctrl_regs.h index f35e878..88b24f4 100644 --- a/palacios/include/palacios/vmx_ctrl_regs.h +++ b/palacios/include/palacios/vmx_ctrl_regs.h @@ -2,4 +2,6 @@ #include #include -int v3_vmx_handle_cr0_write(struct guest_info * info, v3_reg_t new_val); +int v3_vmx_handle_cr0_access(struct guest_info * info); +int v3_vmx_handle_cr3_access(struct guest_info * info); +