summaryrefslogtreecommitdiff
path: root/target/mips/internal.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-09-20 16:49:31 -0300
committerYongbok Kim <yongbok.kim@imgtec.com>2017-09-21 13:24:34 +0100
commit27e38392ca07f97edfb2257b6a1394a04d84e8d5 (patch)
treeffa3ed7dfb5b2a9cfd843f5e4eb32eccf135a800 /target/mips/internal.h
parent26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2 (diff)
downloadqemu-27e38392ca07f97edfb2257b6a1394a04d84e8d5.tar.gz
mips: split cpu_mips_realize_env() out of cpu_mips_init()
so it can be used in mips_cpu_realizefn() in the next commit Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Igor Mammedov <imammedo@redhat.com> Tested-by: James Hogan <james.hogan@imgtec.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Diffstat (limited to 'target/mips/internal.h')
-rw-r--r--target/mips/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/internal.h b/target/mips/internal.h
index 91c2df4537..cf4c9db427 100644
--- a/target/mips/internal.h
+++ b/target/mips/internal.h
@@ -132,6 +132,7 @@ void mips_tcg_init(void);
/* TODO QOM'ify CPU reset and remove */
void cpu_state_reset(CPUMIPSState *s);
+void cpu_mips_realize_env(CPUMIPSState *env);
/* cp0_timer.c */
uint32_t cpu_mips_get_random(CPUMIPSState *env);