qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 03/13] accel/tcg: Move @plugin_mem_cbs from CPUState to CP


From: Richard Henderson
Subject: Re: [PATCH v2 03/13] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Date: Mon, 29 Apr 2024 16:53:38 -0700
User-agent: Mozilla Thunderbird

On 4/29/24 14:30, Philippe Mathieu-Daudé wrote:
@plugin_mem_cbs is accessed by tcg generated code, move it
to CPUNegativeOffsetState.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  accel/tcg/internal-common.h |  2 +-
  include/hw/core/cpu.h       | 13 +++++++------
  include/qemu/plugin.h       |  2 +-
  accel/tcg/plugin-gen.c      |  5 +++--
  plugins/core.c              |  2 +-
  5 files changed, 13 insertions(+), 11 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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