X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=1ff5899d62cdaa7aed3efc9d6b7a4df0ddd1bada;hb=0e26b3738daf436ba2d9a088ba620a3583d40de3;hp=ee8e31c7da0c35997997f3764328a77959490224;hpb=94f67717b6461df514dc225ed84f03b44c44061b;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index ee8e31c..1ff5899 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -37,7 +37,7 @@ #include #include #include - +#include #ifdef V3_CONFIG_TELEMETRY @@ -128,8 +128,13 @@ struct guest_info { v3_core_operating_mode_t core_run_state; + void * core_thread; /* thread struct for virtual core */ + /* the logical cpu on which this core runs */ - uint32_t cpu_id; + uint32_t pcpu_id; + + /* The virtual core # of this cpu (what the guest sees this core as) */ + uint32_t vcpu_id; }; @@ -167,7 +172,7 @@ struct v3_vm_info { v3_vm_operating_mode_t run_state; - + struct v3_barrier barrier; struct v3_extensions extensions;