mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
ppc: booke206: add "info tlb" support
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
93dd5e852c
commit
bebabbc7aa
4 changed files with 94 additions and 3 deletions
|
|
@ -2462,7 +2462,7 @@ static void tlb_info(Monitor *mon)
|
|||
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_SPARC)
|
||||
#if defined(TARGET_SPARC) || defined(TARGET_PPC)
|
||||
static void tlb_info(Monitor *mon)
|
||||
{
|
||||
CPUState *env1 = mon_get_cpu();
|
||||
|
|
@ -2965,7 +2965,8 @@ static const mon_cmd_t info_cmds[] = {
|
|||
.user_print = do_pci_info_print,
|
||||
.mhandler.info_new = do_pci_info,
|
||||
},
|
||||
#if defined(TARGET_I386) || defined(TARGET_SH4) || defined(TARGET_SPARC)
|
||||
#if defined(TARGET_I386) || defined(TARGET_SH4) || defined(TARGET_SPARC) || \
|
||||
defined(TARGET_PPC)
|
||||
{
|
||||
.name = "tlb",
|
||||
.args_type = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue