X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=68504b4032c4b1cf413f02b9f9be9ccdf4bb15a6;hp=241ec8a8a6cb29db6223e1e2b91dcad44470b21e;hb=068d7e66db537f981fde19a098a12e4390fa3de4;hpb=52e81251f82ccaf516e3ed626c8abbcc9fbe3f41 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 241ec8a..68504b4 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -191,6 +191,9 @@ struct guest_info { #endif void * decoder_state; + + // the logical cpu this guest context is executing on + int cpu_id; };