qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 08/14] accel: Move HAX hThread to accelerator context


From: Richard Henderson
Subject: Re: [PATCH 08/14] accel: Move HAX hThread to accelerator context
Date: Fri, 7 Apr 2023 16:07:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 4/5/23 03:18, Philippe Mathieu-Daudé wrote:
hThread variable is only used by the HAX accelerator,
so move it to the accelerator specific context.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  include/hw/core/cpu.h           | 1 -
  target/i386/hax/hax-i386.h      | 3 +++
  target/i386/hax/hax-accel-ops.c | 2 +-
  target/i386/hax/hax-all.c       | 2 +-
  target/i386/hax/hax-windows.c   | 2 +-
  5 files changed, 6 insertions(+), 4 deletions(-)

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

r~



reply via email to

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