X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=c3a97d80a7f3c0a6f2fd4806419f547d6f0db4a1;hb=101b1bdfedbf377765d7c74641e9bcf356ebed18;hp=1bd6a8d1627abbe549a5b245996352c307f6b328;hpb=b84c13ec0315404c6b6de8c1d3a7a65ac766a782;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 1bd6a8d..c3a97d8 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -31,6 +31,7 @@ #include #include #include +#include typedef ullong_t v3_reg_t; @@ -143,6 +144,8 @@ struct guest_info { struct vmm_dev_mgr dev_mgr; + struct v3_host_events host_event_hooks; + vm_cpu_mode_t cpu_mode; vm_mem_mode_t mem_mode;