X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=005d32bf172c7c105b44c63fd461870202e1fa66;hb=4db5b116275d135e67c67b0781fc8c184e884001;hp=0b5f59c76c97fc816a8262aa73e645220a8cfb36;hpb=9b4bfeefac09294a6f0ae12dbadf102eb547f5ec;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 0b5f59c..005d32b 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -135,6 +136,9 @@ struct guest_info { // This structure is how we get interrupts for the guest struct v3_intr_state intr_state; + // This structure is how we get exceptions for the guest + struct v3_excp_state excp_state; + v3_io_map_t io_map; struct v3_msr_map msr_map; @@ -176,9 +180,8 @@ struct guest_info { v3_msr_t guest_gs_base; - uint64_t fs; - uint64_t gs; - + //uint64_t fs; + //uint64_t gs; };