]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: move do_unaligned_access to tcg_ops
authorClaudio Fontana <cfontana@suse.de>
Thu, 4 Feb 2021 16:39:19 +0000 (17:39 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Feb 2021 20:24:14 +0000 (10:24 -1000)
commit8535dd702dd054a37a85e0c7971cfb43cc7b50e3
tree4035c7f4bb45743c4c0f61c99d1d3c2a8a2460d7
parentcbc183d2d9f5b8a33c2a6cf9cb242b04db1e8d5c
cpu: move do_unaligned_access to tcg_ops

make it consistently SOFTMMU-only.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[claudio: make the field presence in cpu.h unconditional, removing the ifdefs]
Message-Id: <20210204163931.7358-12-cfontana@suse.de>

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 files changed:
include/hw/core/cpu.h
target/alpha/cpu.c
target/arm/cpu.c
target/hppa/cpu.c
target/microblaze/cpu.c
target/mips/cpu.c
target/nios2/cpu.c
target/ppc/translate_init.c.inc
target/riscv/cpu.c
target/s390x/cpu.c
target/s390x/excp_helper.c
target/sh4/cpu.c
target/sparc/cpu.c
target/xtensa/cpu.c