X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=005d32bf172c7c105b44c63fd461870202e1fa66;hb=1f3ac121a2cb2eff7c71c84a799096c2cd744d1b;hp=23329eb6abeda984f5f1582fe36dc7f4e31bd8df;hpb=5bc39eb312c57576e5d388594563df7dce5aaa2d;p=palacios.releases.git 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;