qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 10/24] accel/tcg: Move can_do_io to CPUNegativeOffsetState


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 10/24] accel/tcg: Move can_do_io to CPUNegativeOffsetState
Date: Thu, 14 Sep 2023 08:08:25 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 14/9/23 04:44, Richard Henderson wrote:
Minimize the displacement to can_do_io, since it may
be touched at the start of each TranslationBlock.
It fits into other padding within the substructure.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/hw/core/cpu.h            | 2 +-
  accel/dummy-cpus.c               | 2 +-
  accel/kvm/kvm-accel-ops.c        | 2 +-
  accel/tcg/cpu-exec-common.c      | 2 +-
  accel/tcg/cpu-exec.c             | 2 +-
  accel/tcg/cputlb.c               | 4 ++--
  accel/tcg/tcg-accel-ops-icount.c | 2 +-
  accel/tcg/tcg-accel-ops-mttcg.c  | 2 +-
  accel/tcg/tcg-accel-ops-rr.c     | 4 ++--
  accel/tcg/translator.c           | 4 ++--
  hw/core/cpu-common.c             | 2 +-
  softmmu/icount.c                 | 2 +-
  softmmu/watchpoint.c             | 2 +-
  13 files changed, 16 insertions(+), 16 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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