X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=5e182449f6a6213c33ed2331b6e392fce60eb908;hb=313214f2f4c8cf8d4bb4e2e3aaa788101d955fce;hp=468434f67e83522dc132d83f1d52963f7680a006;hpb=ef99d19f9ee3ff28d07f83c240a557938b3ab0d5;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 468434f..5e18244 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -42,6 +42,8 @@ #include #include +#include + #ifdef V3_CONFIG_TELEMETRY #include #endif @@ -185,6 +187,8 @@ struct v3_vm_info { struct v3_extensions extensions; + struct v3_perf_options perf_options; + #ifdef V3_CONFIG_SYMBIOTIC /* Symbiotic state */ struct v3_sym_vm_state sym_vm_state;