X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=79ba15de1067b27f4a8dab9e51c88789c3c3da4b;hp=cc53166466a7f053c30850f84df74bf2324494fa;hb=a5c5675571882a9b8a7594ef07fe303b195ef9ae;hpb=9b78fe7d41b07fd135eae2282cc18ccb964e7de3 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index cc53166..79ba15d 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -11,7 +11,7 @@ #include #include #include - +#include typedef ullong_t v3_reg_t; @@ -71,6 +71,7 @@ struct v3_segments { struct shadow_page_state; struct shadow_map; struct vmm_io_map; +struct emulation_state; struct vm_ctrl_ops { @@ -123,7 +124,7 @@ struct guest_info { struct vm_ctrl_ops vm_ops; - + struct emulation_state emulator; vm_operating_mode_t run_state; void * vmm_data;