Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Nishanth Aravamudan
On 31.10.2011 [17:35:13 -0700], Alexander Graf wrote: > > On 31.10.2011, at 15:53, 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. > >>

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Alexander Graf
On 31.10.2011, at 15:53, 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

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-31 Thread Nishanth Aravamudan
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? Yep, I'll work on this shortly. > On Mon, Oct 31, 2011 a

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-30 Thread David Gibson
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? On Mon, Oct 31, 2011 at 04:35:54AM +0100, Alexander Graf wrote: > > On 31.10.2011, at 04:16, David Gibson wrote: >

Re: [Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-30 Thread Alexander Graf
On 31.10.2011, at 04:16, David Gibson wrote: > From: Nishanth Aravamudan > > 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 > availabl

[Qemu-devel] [PATCH 3/3] monitor: add ability to dump SLB entries

2011-10-30 Thread David Gibson
From: Nishanth Aravamudan 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