qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUStat


From: Anton Johansson
Subject: Re: [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUState
Date: Thu, 14 Sep 2023 12:24:31 +0200
User-agent: Mozilla Thunderbird


On 9/14/23 04:44, Richard Henderson wrote:
Retain the separate structure to emphasize its importance.
Enforce CPUArchState always follows CPUState without padding.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/exec/cpu-all.h    | 22 +++++++++-------------
  include/hw/core/cpu.h     | 14 ++++++++++++--
  target/alpha/cpu.h        |  1 -
  target/arm/cpu.h          |  1 -
  target/avr/cpu.h          |  1 -
  target/cris/cpu.h         |  1 -
  target/hexagon/cpu.h      |  2 +-
  target/hppa/cpu.h         |  1 -
  target/i386/cpu.h         |  1 -
  target/loongarch/cpu.h    |  1 -
  target/m68k/cpu.h         |  1 -
  target/microblaze/cpu.h   |  6 +++---
  target/mips/cpu.h         |  4 ++--
  target/nios2/cpu.h        |  1 -
  target/openrisc/cpu.h     |  1 -
  target/ppc/cpu.h          |  1 -
  target/riscv/cpu.h        |  2 +-
  target/rx/cpu.h           |  1 -
  target/s390x/cpu.h        |  1 -
  target/sh4/cpu.h          |  1 -
  target/sparc/cpu.h        |  1 -
  target/tricore/cpu.h      |  1 -
  target/xtensa/cpu.h       |  3 +--
  accel/tcg/translate-all.c |  4 ++--
  accel/tcg/translator.c    |  8 ++++----
  25 files changed, 35 insertions(+), 46 deletions(-)

Reviewed-by: Anton Johansson <anjo@rev.ng>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]