X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_mem.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_mem.h;h=c51802c043d2f1441c17300224b0845c3d28f5c3;hp=3e418ec18d3e852f0d0964e23c575d833f76a529;hb=c373d9a80b116014c546e7761982fedf7419664b;hpb=7e2d888010c6e0fcde47f06008b2c41e4c1b3637 diff --git a/palacios/include/palacios/vmm_mem.h b/palacios/include/palacios/vmm_mem.h index 3e418ec..c51802c 100644 --- a/palacios/include/palacios/vmm_mem.h +++ b/palacios/include/palacios/vmm_mem.h @@ -115,8 +115,6 @@ void print_shadow_map(struct shadow_map * map); - - struct vmm_mem_hook { // Called when data is read from a memory page int (*read)(addr_t guest_addr, void * dst, uint_t length, void * priv_data);