diff options
author | Scott Wood | 2011-08-18 12:38:42 +0200 |
---|---|---|
committer | Alexander Graf | 2011-10-06 09:48:04 +0200 |
commit | bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee (patch) | |
tree | 7c2ec8c8b3920b4c9172d9f31fb840874629015e /target-ppc/cpu.h | |
parent | kvm: ppc: booke206: use MMU API (diff) | |
download | qemu-bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee.tar.gz qemu-bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee.tar.xz qemu-bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee.zip |
ppc: booke206: add "info tlb" support
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 3e7f797e0b..5200e6e8c6 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -2045,4 +2045,6 @@ static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) env->nip = tb->pc; } +void dump_mmu(FILE *f, fprintf_function cpu_fprintf, CPUState *env); + #endif /* !defined (__CPU_PPC_H__) */ |