From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROYAB-0005ku-El for qemu-devel@nongnu.org; Thu, 10 Nov 2011 12:11:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROYAA-0007dP-A2 for qemu-devel@nongnu.org; Thu, 10 Nov 2011 12:11:43 -0500 Message-ID: <4EBC05CD.9060005@suse.de> Date: Thu, 10 Nov 2011 18:11:41 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1320031007-25884-1-git-send-email-david@gibson.dropbear.id.au> <1320031007-25884-4-git-send-email-david@gibson.dropbear.id.au> <3CCDA61A-2DAE-416F-879B-ABE3104EED2B@suse.de> <20111031041412.GG9698@truffala.fritz.box> <20111101195752.GA17615@us.ibm.com> In-Reply-To: <20111101195752.GA17615@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] monitor: add ability to dump SLB entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nishanth Aravamudan Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 11/01/2011 08:57 PM, Nishanth Aravamudan wrote: > On 31.10.2011 [15:14:12 +1100], David Gibson wrote: >> Good points below. I forgot to CC Nish, the original patch author on >> my post, so I've added him to the list now. >> >> Nish, can you correct these problems and resend the patch please? > When run with a PPC Book3S (server) CPU Currently 'info tlb' in the > qemu monitor reports "dump_mmu: unimplemented". However, during > bringup work, it can be quite handy to have the SLB entries, which are > available in the CPUPPCState. This patch adds an implementation of > info tlb for book3s, which dumps the SLB. > > Signed-off-by: Nishanth Aravamudan > Signed-off-by: David Gibson Thanks, applied to ppc-next. Alex