X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvm.h;h=e8558c076214f0bee1b27c59ebd23a6fe5fc3b18;hb=7305da0751e30ef0a6392f949c77c0c54d47f6b9;hp=23a227570610353530c37179a462d3a24fb580fa;hpb=40be15894eccfbb51e42bcfe550aaf8d9841bc3a;p=palacios.releases.git diff --git a/palacios/include/geekos/vm.h b/palacios/include/geekos/vm.h index 23a2275..e8558c0 100644 --- a/palacios/include/geekos/vm.h +++ b/palacios/include/geekos/vm.h @@ -1,20 +1,6 @@ #ifndef __VM_H #define __VM_H -#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 RunVMM(struct Boot_Info * bootInfo);