mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
cpu: Move tlb_fill to tcg_ops
[claudio: wrapped target code in CONFIG_TCG] Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210204163931.7358-7-cfontana@suse.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
48c1a3e303
commit
e124536f37
26 changed files with 42 additions and 38 deletions
|
@ -873,7 +873,7 @@ static void sparc_cpu_class_init(ObjectClass *oc, void *data)
|
|||
cc->tcg_ops.synchronize_from_tb = sparc_cpu_synchronize_from_tb;
|
||||
cc->gdb_read_register = sparc_cpu_gdb_read_register;
|
||||
cc->gdb_write_register = sparc_cpu_gdb_write_register;
|
||||
cc->tlb_fill = sparc_cpu_tlb_fill;
|
||||
cc->tcg_ops.tlb_fill = sparc_cpu_tlb_fill;
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
cc->do_transaction_failed = sparc_cpu_do_transaction_failed;
|
||||
cc->do_unaligned_access = sparc_cpu_do_unaligned_access;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue