Re: [Qemu-devel] [PATCH 3/3] memory: Print regions in ascending order

2011-10-02 Thread Avi Kivity
On 09/27/2011 04:00 PM, Jan Kiszka wrote: Makes reading the output more user friendly. Thanks, applied all three. @@ -1339,12 +1339,13 @@ typedef QTAILQ_HEAD(queue, MemoryRegionList) MemoryRegionListHead; static void mtree_print_mr(fprintf_function mon_printf, void *f,

[Qemu-devel] [PATCH 3/3] memory: Print regions in ascending order

2011-09-27 Thread Jan Kiszka
Makes reading the output more user friendly. Signed-off-by: Jan Kiszka --- memory.c | 37 +++-- 1 files changed, 31 insertions(+), 6 deletions(-) diff --git a/memory.c b/memory.c index 24c5abd..6ff78cb 100644 --- a/memory.c +++ b/memory.c @@ -1339,12 +1339,13 @