X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=005d32bf172c7c105b44c63fd461870202e1fa66;hp=23329eb6abeda984f5f1582fe36dc7f4e31bd8df;hb=4db5b116275d135e67c67b0781fc8c184e884001;hpb=da745a84b3c0ae1127da37991c283b403402a822 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 23329eb..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;