On 09/26/2011 11:03 PM, Blue Swirl wrote:
Add a monitor command 'info mtree' to show the memory hierarchy
much like /proc/iomem in Linux.

Thanks, applied.

+
+#ifdef TARGET_I386
+    QTAILQ_INIT(&ml_head);
+    mon_printf(f, "I/O\n");
+    mtree_print_mr(mon_printf, f, address_space_io.root, 0, 0,&ml_head);
+#endif


I dropped the #ifdef here, since some non-x86 still have fake I/O address spaces.

--
error compiling committee.c: too many arguments to function


Reply via email to