qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3] memory: simple memory tree printer


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH v3] memory: simple memory tree printer
Date: Tue, 27 Sep 2011 12:10:39 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

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

[Prev in Thread] Current Thread [Next in Thread]