X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=4360a64a34d0a258aa0246896338706e5fe92f95;hb=a8627ddaccf49073eb04286c5ea4767e2903c351;hp=ee8e31c7da0c35997997f3764328a77959490224;hpb=97b082da9d0faabd499d7cec09c34bdf5fb7e4d9;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index ee8e31c..4360a64 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -129,7 +129,10 @@ struct guest_info { v3_core_operating_mode_t core_run_state; /* 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; };