X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=10a95aa01d0c7c308d862b8ea46eff8ab24382b7;hp=ea2252d18a72b36974f603c29a1b05c694bd84dc;hb=b81af0a653e471ba2aa240c5135bd113467587ca;hpb=62406cf6b87a27a62921ce09a0aa44780ea25c06 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index ea2252d..10a95aa 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -35,7 +35,6 @@ - struct v3_gprs { v3_reg_t rdi; v3_reg_t rsi; @@ -148,6 +147,9 @@ struct guest_info { v3_vm_operating_mode_t run_state; void * vmm_data; + + struct v3_msr guest_efer; + /* TEMP */ //ullong_t exit_tsc;