X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_config.h;h=328a22156c3f8c13d1ad95d891c8933675297199;hb=2166b2c5f57341f9674821c4b2af0de607f63c2f;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..328a221 100644 --- a/palacios/include/palacios/vmm_config.h +++ b/palacios/include/palacios/vmm_config.h @@ -25,29 +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_config_guest(struct guest_info * info, struct v3_vm_config * config_ptr); #endif // ! __V3VEE__