X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvmm.h;h=3b80c46b21fdb53072c2c513c8d493474f394316;hb=158640d601f6c710cfce7bc4a6bd8f7e7847b7a3;hp=181155f0f66b470fba9702b270739e7e225ea626;hpb=04fc4c8fbac29e04f0d0817a2906687c2c972559;p=palacios.git diff --git a/palacios/include/geekos/vmm.h b/palacios/include/geekos/vmm.h index 181155f..3b80c46 100644 --- a/palacios/include/geekos/vmm.h +++ b/palacios/include/geekos/vmm.h @@ -8,6 +8,7 @@ #include #include +#include /* utility definitions */ #define PrintDebug(fmt, args...) \ @@ -69,17 +70,6 @@ -typedef struct guest_info { - ullong_t rip; - ullong_t rsp; - - vmm_mem_list_t mem_list; - vmm_mem_layout_t mem_layout; - // device_map - - pml4e64_t * page_tables; - void * vmm_data; -} guest_info_t;