]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/core/cpu.h
accel/tcg: Move CPUNegativeOffsetState into CPUState
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Sep 2023 00:47:56 +0000 (17:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Oct 2023 15:01:02 +0000 (08:01 -0700)
commit3b3d7df545ff30762b169147398dbf90c42eb452
treec387d03683d0643e6975c3387beda3c5ed8d9fd5
parent5d30bdcb1b72ec1d44397ee7047417617066d97a
accel/tcg: Move CPUNegativeOffsetState into CPUState

Retain the separate structure to emphasize its importance.
Enforce CPUArchState always follows CPUState without padding.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
25 files changed:
accel/tcg/translate-all.c
accel/tcg/translator.c
include/exec/cpu-all.h
include/hw/core/cpu.h
target/alpha/cpu.h
target/arm/cpu.h
target/avr/cpu.h
target/cris/cpu.h
target/hexagon/cpu.h
target/hppa/cpu.h
target/i386/cpu.h
target/loongarch/cpu.h
target/m68k/cpu.h
target/microblaze/cpu.h
target/mips/cpu.h
target/nios2/cpu.h
target/openrisc/cpu.h
target/ppc/cpu.h
target/riscv/cpu.h
target/rx/cpu.h
target/s390x/cpu.h
target/sh4/cpu.h
target/sparc/cpu.h
target/tricore/cpu.h
target/xtensa/cpu.h