X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=749925d321e7b122881545e160e8d8b43f8f1ca1;hp=68504b4032c4b1cf413f02b9f9be9ccdf4bb15a6;hb=e63be432894673d56526c4f1c2cb4fa64daf01d9;hpb=c3714b74821dffe63b2fdcf10d8fe614c5ac9bb1 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 68504b4..749925d 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -33,7 +33,7 @@ #include #include #include - +#include #ifdef CONFIG_TELEMETRY #include @@ -154,6 +154,9 @@ struct guest_info { struct v3_msr_map msr_map; + // Symbiotic state + struct v3_sym_state sym_state; + v3_hypercall_map_t hcall_map;