]> git.proxmox.com Git - mirror_qemu.git/commit
target/tricore: Use env_cpu
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2019 02:39:59 +0000 (19:39 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jun 2019 14:03:42 +0000 (07:03 -0700)
commit06eb2e29420deff180e777284fe6f99037e912cc
treef26e308658dcfa99cfd1f5650851813707f1f02e
parent06887771bda2a297f2fb669522166a97d67e2ad9
target/tricore: Use env_cpu

Cleanup in the boilerplate that each target must define.
Replace tricore_env_get_cpu with env_archcpu.  The combination
CPU(tricore_env_get_cpu) should have used ENV_GET_CPU to begin;
use env_cpu now.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/tricore/cpu.h
target/tricore/op_helper.c