X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=eb85d7d9eba114b65ef3be3321e85651465463ba;hp=75686362b50439133e699b7f043714e173869c6c;hb=e23a867d9dcecc70fc76adc0f89404dbc50e5b78;hpb=33916e4213bf7bb340361669bcdb2f3169ea5f06 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 7568636..eb85d7d 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -163,6 +163,10 @@ struct guest_info { v3_vm_operating_mode_t run_state; void * vmm_data; + uint64_t yield_cycle_period; + uint64_t yield_start_cycle; + + uint_t enable_profiler; struct v3_profiler profiler;