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=749925d321e7b122881545e160e8d8b43f8f1ca1;hb=c06413341bf1dca02f22c0502fa5c2d1c2c11eab;hpb=e63be432894673d56526c4f1c2cb4fa64daf01d9 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 749925d..86a1cc4 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #ifdef CONFIG_TELEMETRY @@ -154,6 +155,8 @@ struct guest_info { struct v3_msr_map msr_map; + struct v3_cpuid_map cpuid_map; + // Symbiotic state struct v3_sym_state sym_state;