From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAN5i-00059R-Mt for qemu-devel@nongnu.org; Sun, 02 Oct 2011 10:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAN5h-0000Zs-NI for qemu-devel@nongnu.org; Sun, 02 Oct 2011 10:32:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAN5h-0000ZF-F9 for qemu-devel@nongnu.org; Sun, 02 Oct 2011 10:32:29 -0400 From: Avi Kivity Date: Sun, 2 Oct 2011 16:32:15 +0200 Message-Id: <1317565939-14900-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Memory tree printer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Blue Swirl , qemu-devel@nongnu.org Please pull from git://github.com/avikivity/qemu memory/core to get the new 'info mtree' command, which is a great debugging aid. Blue Swirl (1): memory: simple memory tree printer Jan Kiszka (3): memory: Print region priority memory: Do not print empty PIO root memory: Print regions in ascending order memory.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ memory.h | 2 + monitor.c | 13 +++++++ 3 files changed, 136 insertions(+), 0 deletions(-) -- 1.7.6.3