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

2011-12-20 Thread Alexander Graf
On 13.12.2011, at 05:24, 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 2/8] monitor: add ability to dump SLB entries

2011-12-12 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