X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=04a56325503eb14deb43dd586c2c911b97c4cd0d;hb=964e7836a6227341b5d895a830b7e36ad6debffb;hp=7d8266069f4f459ded2af27b68ce531567647996;hpb=4731ff7dc97e42853546b38b4d441d793e7a4ec8;p=palacios-OLD.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 7d82660..04a5632 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -114,6 +114,8 @@ struct guest_info { struct v3_sym_core_state sym_core_state; #endif + /* Per-core config tree data. */ + v3_cfg_tree_t * core_cfg_data; struct v3_vm_info * vm_info;