X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=d7fcdebea278baa1e5022f536697b0beef62ae30;hb=f44ca084bc46b20de6414920ab3a6fe53688095f;hp=1eb4de6b71a6f6f9c2fccd706eda7e0c7640f61a;hpb=33f53e0ad567d9b810015efacd85e8062a0efec1;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 1eb4de6..d7fcdeb 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -32,6 +32,7 @@ #include #include #include +#include @@ -118,7 +119,7 @@ struct guest_info { uint_t cpl; - addr_t mem_size; // Probably in bytes for now.... + addr_t mem_size; // In bytes for now v3_shdw_map_t mem_map; @@ -138,6 +139,9 @@ struct guest_info { struct v3_msr_map msr_map; + + v3_hypercall_map_t hcall_map; + // device_map struct vmm_dev_mgr dev_mgr;