X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=d23c8236285500e7dfffef713c08b2080ad3cca0;hb=058a3adde5893927ae056a1d8fbccd5191d2446f;hp=23329eb6abeda984f5f1582fe36dc7f4e31bd8df;hpb=5bc39eb312c57576e5d388594563df7dce5aaa2d;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 23329eb..d23c823 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 @@ -129,12 +130,14 @@ struct guest_info { v3_paging_mode_t shdw_pg_mode; struct shadow_page_state shdw_pg_state; addr_t direct_map_pt; - // nested_paging_t nested_page_state; // 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;