mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
Initialize all instances with cpu_reset(), so that there is no functional change. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
81ef6a2295
commit
9181ab4528
21 changed files with 23 additions and 1 deletions
|
@ -255,6 +255,7 @@ static const TCGCPUOps openrisc_tcg_ops = {
|
|||
.tlb_fill = openrisc_cpu_tlb_fill,
|
||||
.cpu_exec_interrupt = openrisc_cpu_exec_interrupt,
|
||||
.cpu_exec_halt = openrisc_cpu_has_work,
|
||||
.cpu_exec_reset = cpu_reset,
|
||||
.do_interrupt = openrisc_cpu_do_interrupt,
|
||||
#endif /* !CONFIG_USER_ONLY */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue