X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=9fc40df832e172cf9b4bfde32569ba575091cf3c;hb=921772c23185aa48406a390c58546ee463f49dc4;hp=2727182d4ab9420bc48b3ed88d1afba333367c3e;hpb=0adb91252edd4b093f12f57eea76687ced1aec0c;p=palacios-OLD.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 2727182..9fc40df 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -119,6 +119,8 @@ struct guest_info { struct v3_vm_info * vm_info; + v3_core_operating_mode_t core_run_state; + /* the logical cpu on which this core runs */ uint32_t cpu_id; }; @@ -174,6 +176,9 @@ struct v3_vm_info { int num_cores; struct guest_info cores[0]; + + void * host_priv_data; + }; int v3_init_vm(struct v3_vm_info * vm);