]> git.proxmox.com Git - mirror_qemu.git/commit - target/mips/internal.h
mips: split cpu_mips_realize_env() out of cpu_mips_init()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 20 Sep 2017 19:49:31 +0000 (16:49 -0300)
committerYongbok Kim <yongbok.kim@imgtec.com>
Thu, 21 Sep 2017 12:24:34 +0000 (13:24 +0100)
commit27e38392ca07f97edfb2257b6a1394a04d84e8d5
treeffa3ed7dfb5b2a9cfd843f5e4eb32eccf135a800
parent26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2
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>
target/mips/internal.h
target/mips/translate.c