X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=e646c86c5e585ad6209e1ad07199cdba7467d13f;hb=3650bf4aaa4f83afae52c8fee98fce6e3ee68deb;hp=3029c3cd60cdb98680b23b1a805c9163a1df4ffc;hpb=1c5bf75232c70f01570ddc8b075f9455b7c6ba34;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 3029c3c..e646c86 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -69,6 +69,10 @@ struct v3_sym_core_state; #include #endif +#ifdef V3_CONFIG_MULTIBOOT +#include +#endif + #ifdef V3_CONFIG_HVM #include #endif @@ -264,10 +268,15 @@ struct v3_vm_info { struct v3_vm_mem_track memtrack_state; #endif +#ifdef V3_CONFIG_MULTIBOOT + struct v3_vm_multiboot mb_state; +#endif + #ifdef V3_CONFIG_HVM struct v3_vm_hvm hvm_state; #endif + uint64_t yield_cycle_period;