]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/signal.c
cpu: Replace ENV_GET_CPU with env_cpu
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 22 Mar 2019 23:07:18 +0000 (16:07 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jun 2019 14:03:34 +0000 (07:03 -0700)
commit29a0af618ddd21f55df5753c3e16b0625f534b3c
tree18b00b62ec94b2c90d4f0594b1bbc8c992a3b777
parent2161a612b4e1d388046320bc464adefd6bba01a0
cpu: Replace ENV_GET_CPU with env_cpu

Now that we have both ArchCPU and CPUArchState, we can define
this generically instead of via macro in each target's cpu.h.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
59 files changed:
accel/tcg/atomic_template.h
accel/tcg/cputlb.c
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c
accel/tcg/user-exec.c
bsd-user/syscall.c
docs/devel/tracing.txt
hw/semihosting/console.c
include/exec/cpu-all.h
include/exec/cpu_ldst_template.h
include/exec/cpu_ldst_useronly_template.h
include/exec/softmmu-semi.h
linux-user/arm/cpu_loop.c
linux-user/cpu_loop-common.h
linux-user/cris/cpu_loop.c
linux-user/elfload.c
linux-user/m68k/cpu_loop.c
linux-user/main.c
linux-user/mips/cpu_loop.c
linux-user/nios2/cpu_loop.c
linux-user/riscv/cpu_loop.c
linux-user/signal.c
linux-user/syscall.c
linux-user/uname.c
scripts/tracetool/format/tcg_helper_c.py
target/alpha/cpu.h
target/arm/cpu.h
target/arm/helper.c
target/cris/cpu.h
target/hppa/cpu.h
target/hppa/op_helper.c
target/i386/cpu.h
target/i386/hax-all.c
target/i386/hvf/x86_decode.c
target/i386/hvf/x86_emu.c
target/i386/mem_helper.c
target/lm32/cpu.h
target/m68k/cpu.h
target/m68k/op_helper.c
target/microblaze/cpu.h
target/mips/cpu.h
target/moxie/cpu.h
target/nios2/cpu.h
target/nios2/mmu.c
target/nios2/op_helper.c
target/openrisc/cpu.h
target/ppc/cpu.h
target/ppc/mmu_helper.c
target/riscv/cpu.h
target/s390x/cpu.h
target/s390x/gdbstub.c
target/s390x/mem_helper.c
target/sh4/cpu.h
target/sh4/op_helper.c
target/sparc/cpu.h
target/tilegx/cpu.h
target/tricore/cpu.h
target/unicore32/cpu.h
target/xtensa/cpu.h