qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 08/10] tcg: remove the final vestiges of dstate


From: Richard Henderson
Subject: Re: [PATCH v2 08/10] tcg: remove the final vestiges of dstate
Date: Wed, 3 May 2023 11:01:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 5/3/23 10:17, Alex Bennée wrote:
Now we no longer have dynamic state affecting things we can remove the
additional fields in cpu.h and simplify the TB hash calculation.

Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1358
Message-Id:<20230420150009.1675181-9-alex.bennee@linaro.org>
Reviewed-by: Stefan Hajnoczi<stefanha@redhat.com>
Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  accel/tcg/tb-hash.h       | 6 +++---
  include/exec/exec-all.h   | 3 ---
  include/hw/core/cpu.h     | 5 -----
  accel/tcg/cpu-exec.c      | 7 +------
  accel/tcg/tb-maint.c      | 5 ++---
  accel/tcg/translate-all.c | 6 ------
  6 files changed, 6 insertions(+), 26 deletions(-)

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

r~



reply via email to

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