X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=c3a97d80a7f3c0a6f2fd4806419f547d6f0db4a1;hb=82cceefa66b1f05d8f9d5bfcb2fb7214755e1904;hp=1bd6a8d1627abbe549a5b245996352c307f6b328;hpb=85bd8c855496fdcef8fbffb1742398f01718c5c3;p=palacios-OLD.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;