X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_ctrl_regs.h;h=96d5d16c92b9c646fbca9cde6a76b3f325772277;hb=56f8088296ee4116a4811a2f4f843edd80a7748d;hp=f53034c07ac0d977f20afb47bb7d72cc1d8e2c18;hpb=aad69eda8e2354cf146054e57ad25fe201a1cb52;p=palacios.git diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index f53034c..96d5d16 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -1,3 +1,6 @@ +/* (c) 2008, Jack Lange */ +/* (c) 2008, The V3VEE Project */ + #ifndef __VMM_CTRL_REGS_H #define __VMM_CTRL_REGS_H @@ -164,7 +167,7 @@ struct rflags { - +/* // First opcode byte static const uchar_t cr_access_byte = 0x0f; @@ -176,7 +179,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);