X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=650665803a39764c16b8ac2a559d2e7d83649626;hp=b5d481c4bc9b06a83aa28a752f787b6f65229b10;hb=123a1ba27ea09c8fa77a1b36ce625b43d7c48b14;hpb=0e097100a26bc43eb8964734fa43130fc4c71429 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index b5d481c..6506658 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -48,6 +48,8 @@ + + struct v3_gprs { v3_reg_t rdi; v3_reg_t rsi; @@ -124,6 +126,8 @@ struct v3_segments { #include #endif +#include + struct shadow_page_state; struct v3_intr_state; @@ -147,6 +151,8 @@ struct guest_info { addr_t mem_size; // In bytes for now v3_shdw_map_t mem_map; + struct v3_config * cfg_data; + v3_vm_class_t vm_class; struct vm_time time_state;