X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_paging.h;h=3026e67ae11ae750607339d36c247832d06bfb1e;hb=276cfa264720edddc1677e35c6a300596965de7d;hp=a4f89748fc6330b5c386b633e6d3e22d6a08eb93;hpb=3d1dccfd66646ad263a6b3f21667c07de5dc753c;p=palacios.git diff --git a/palacios/include/palacios/vmm_paging.h b/palacios/include/palacios/vmm_paging.h index a4f8974..3026e67 100644 --- a/palacios/include/palacios/vmm_paging.h +++ b/palacios/include/palacios/vmm_paging.h @@ -581,7 +581,7 @@ const uchar_t * v3_page_type_to_str(page_type_t type); void PrintPTEntry(struct guest_info * info, page_type_t type, addr_t vaddr, void * entry); -void PrintHostPageTables(struct guest_info * info, addr_t cr3); +void PrintHostPageTables(struct guest_info * info, v3_cpu_mode_t cpu_mode, addr_t cr3); void PrintGuestPageTables(struct guest_info * info, addr_t cr3); void PrintHostPageTree(struct guest_info * info, addr_t virtual_addr, addr_t cr3); void PrintGuestPageTree(struct guest_info * info, addr_t virtual_addr, addr_t cr3);