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=fad8cddd12165c29ee29d94456160fa5a344f955;hb=7246e098eaeb10934569dd4c6ef12753a1637351;hp=f53034c07ac0d977f20afb47bb7d72cc1d8e2c18;hpb=d25cf4863326ae17565bfbe23879438bc352f069;p=palacios.git diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index f53034c..fad8cdd 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -164,7 +164,7 @@ struct rflags { - +/* // First opcode byte static const uchar_t cr_access_byte = 0x0f; @@ -176,7 +176,7 @@ static const uchar_t smsw_reg_byte = 0x4; static const uchar_t clts_byte = 0x06; static const uchar_t mov_to_cr_byte = 0x22; static const uchar_t mov_from_cr_byte = 0x20; - +*/ int handle_cr0_write(struct guest_info * info);