]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/exec/memory-internal.h
memory: Rework "info mtree" to print flat views and dispatch trees
[mirror_qemu.git] / include / exec / memory-internal.h
index d4a35c6e96cf0d8801d9c040d5eee03bcb6fe15a..647e9bd5c4fefa5fcdf0964dea8db583692aea71 100644 (file)
@@ -35,5 +35,9 @@ AddressSpaceDispatch *address_space_to_dispatch(AddressSpace *as);
 AddressSpaceDispatch *flatview_to_dispatch(FlatView *fv);
 void address_space_dispatch_free(AddressSpaceDispatch *d);
 
+void mtree_print_dispatch(fprintf_function mon, void *f,
+                          struct AddressSpaceDispatch *d,
+                          MemoryRegion *root);
+
 #endif
 #endif