X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;fp=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=241ec8a8a6cb29db6223e1e2b91dcad44470b21e;hb=cfcceed5890430afedcc544bd7dbb69e29dfd65a;hp=abf1cd68823b0e66b5fc7a655e982b5e38320acc;hpb=19c179d8c8a23c2612f9c12ec7cbedc299ce80e5;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index abf1cd6..241ec8a 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;