X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=86a1cc46b5d51858bcb4fc7d2d85700b26f21278;hp=68504b4032c4b1cf413f02b9f9be9ccdf4bb15a6;hb=c06413341bf1dca02f22c0502fa5c2d1c2c11eab;hpb=068d7e66db537f981fde19a098a12e4390fa3de4 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 68504b4..86a1cc4 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -33,7 +33,8 @@ #include #include #include - +#include +#include #ifdef CONFIG_TELEMETRY #include @@ -154,6 +155,11 @@ struct guest_info { struct v3_msr_map msr_map; + struct v3_cpuid_map cpuid_map; + + // Symbiotic state + struct v3_sym_state sym_state; + v3_hypercall_map_t hcall_map;