X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=716e5b63bc5dbb071465ba460dc518c38787645a;hb=ddd8ed1df60f75104096a8b6a9996ef5f462f594;hp=ec3c5f70e4e819dfb03321d07c6b0e7d554db26a;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/palacios/vmm_config.h b/palacios/include/palacios/vmm_config.h index ec3c5f7..716e5b6 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -25,28 +25,11 @@ #ifdef __V3VEE__ #include +#include - - -#define MAGIC_CODE 0xf1e2d3c4 - -struct layout_region { - ulong_t length; - ulong_t final_addr; -}; - -struct guest_mem_layout { - ulong_t magic; - ulong_t num_regions; - struct layout_region regions[0]; -}; - - - -int config_guest(struct guest_info * info, void * config_ptr); - - +int v3_pre_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr); +int v3_post_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr);