X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=271bbb98d6f0950a49db3be1dfb4ef927d0ba6f6;hp=29ea0c5c17900a3e01a88487e1ce59ca76f440dc;hb=24178516ccd9f46718b687d4c630415eb63ff595;hpb=19b0b4544674b4f9bc727da5242d625f18821a48 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 29ea0c5..271bbb9 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -112,7 +112,8 @@ struct guest_info { uint_t cpl; addr_t mem_size; // Probably in bytes for now.... - struct shadow_map mem_map; + v3_shdw_map_t mem_map; + struct vm_time time_state;