qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 19/24] accel/tcg: Move @iommu_notifiers from CPUState to TCG


From: Richard Henderson
Subject: Re: [PATCH 19/24] accel/tcg: Move @iommu_notifiers from CPUState to TCG AccelCPUState
Date: Mon, 29 Apr 2024 08:25:20 -0700
User-agent: Mozilla Thunderbird

On 4/28/24 15:14, Philippe Mathieu-Daudé wrote:
@iommu_notifiers is specific to TCG system emulation, move it to
AccelCPUState.

Restrict TCG specific code in system/physmem.c, adding an empty
stub for tcg_register_iommu_notifier().

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  accel/tcg/vcpu-state.h |  3 +++
  include/hw/core/cpu.h  |  3 ---
  system/physmem.c       | 37 ++++++++++++++++++++++++++++---------
  3 files changed, 31 insertions(+), 12 deletions(-)

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

r~



reply via email to

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