qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 12/24] accel/tcg: Move TaskState from CPUState to TCG AccelCP


From: Richard Henderson
Subject: Re: [PATCH 12/24] accel/tcg: Move TaskState from CPUState to TCG AccelCPUState
Date: Mon, 29 Apr 2024 07:31:47 -0700
User-agent: Mozilla Thunderbird

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

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  accel/tcg/vcpu-state.h | 6 ++++--
  include/hw/core/cpu.h  | 2 --
  bsd-user/main.c        | 2 +-
  linux-user/main.c      | 2 +-
  linux-user/syscall.c   | 2 +-
  5 files changed, 7 insertions(+), 7 deletions(-)

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

r~



reply via email to

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