X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=684af4da26024cfccfc09b5900189ec1551c9d9b;hb=e182197139eb26fce23a64453b16a2b8f07533f4;hp=9475597d5d37929387b026bdd9cbc320b1c38f03;hpb=6f089682a19a99474faf05f74b44f9f71f58b30b;p=palacios-OLD.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 9475597..684af4d 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -36,6 +36,7 @@ struct v3_ctrl_regs { v3_reg_t cr4; v3_reg_t cr8; v3_reg_t rflags; + v3_reg_t efer; }; @@ -123,6 +124,10 @@ struct guest_info { }; +vm_cpu_mode_t get_cpu_mode(struct guest_info * info); +vm_mem_mode_t get_mem_mode(struct guest_info * info); + + void PrintV3Segments(struct guest_info * info); void PrintV3CtrlRegs(struct guest_info * info); void PrintV3GPRs(struct guest_info * info);