Re: [Qemu-devel] [PATCH v2 3/7] mips: split cpu_mips_realize_env() out of cpu_mips_init()

2017-09-14 Thread Eduardo Habkost
On Wed, Aug 30, 2017 at 07:52:21PM -0300, Philippe Mathieu-Daudé wrote: > so it can be used in mips_cpu_realizefn() in the next commit > > Signed-off-by: Philippe Mathieu-Daudé > Tested-by: Igor Mammedov > Tested-by: James Hogan

[Qemu-devel] [PATCH v2 3/7] mips: split cpu_mips_realize_env() out of cpu_mips_init()

2017-08-30 Thread Philippe Mathieu-Daudé
so it can be used in mips_cpu_realizefn() in the next commit Signed-off-by: Philippe Mathieu-Daudé Tested-by: Igor Mammedov Tested-by: James Hogan --- target/mips/internal.h | 1 + target/mips/translate.c | 19 ---