X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_ctrl_regs.h;h=c57171ce020ca55c84c443a9595cad066321f497;hp=16332176ed57ec0e96d398cb2538cf494ad6bc91;hb=5b6278751429f59297ce74e614d50632daea3748;hpb=03a41b18bdb6ce4bf666f18acdaf302e2360efdc diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index 1633217..c57171c 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -206,6 +206,13 @@ int v3_handle_cr0_read(struct guest_info * info); int v3_handle_cr3_write(struct guest_info * info); int v3_handle_cr3_read(struct guest_info * info); +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); + #endif // ! __V3VEE__