X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=68504b4032c4b1cf413f02b9f9be9ccdf4bb15a6;hb=bf9d843e65ef72688da11ea6d1216909729395b3;hp=abf1cd68823b0e66b5fc7a655e982b5e38320acc;hpb=f3eb8bbb7c58c98b03797f2188e6c1d2a7610c15;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index abf1cd6..68504b4 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -178,6 +178,7 @@ struct guest_info { uint64_t yield_cycle_period; uint64_t yield_start_cycle; + uint64_t num_exits; #ifdef CONFIG_TELEMETRY uint_t enable_telemetry; @@ -190,6 +191,9 @@ struct guest_info { #endif void * decoder_state; + + // the logical cpu this guest context is executing on + int cpu_id; };