X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_paging.h;h=313afc7601a4ac97b6c2385721b2c1e3327de0ec;hb=11c0d91392ab632542eb364412b62fa7c96697c4;hp=483152564fd224883d23ec71771e79cc22ea5c66;hpb=1bb5af07a1ac2841585b3a061d5946e958cab991;p=palacios-OLD.git diff --git a/palacios/include/palacios/vmm_paging.h b/palacios/include/palacios/vmm_paging.h index 4831525..313afc7 100644 --- a/palacios/include/palacios/vmm_paging.h +++ b/palacios/include/palacios/vmm_paging.h @@ -316,7 +316,7 @@ pt_access_status_t can_access_pte32(pte32_t * pte, addr_t addr, pf_error_t acces struct guest_info; -pde32_t * create_passthrough_pde32_pts(struct guest_info * guest_info); +pde32_t * create_passthrough_pts_32(struct guest_info * guest_info); pml4e64_t * create_passthrough_pts_64(struct guest_info * info);