qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH-for-9.1 22/27] target/s390x: Convert to TCGCPUOps::get_cpu_st


From: Richard Henderson
Subject: Re: [PATCH-for-9.1 22/27] target/s390x: Convert to TCGCPUOps::get_cpu_state()
Date: Tue, 19 Mar 2024 11:05:26 -1000
User-agent: Mozilla Thunderbird

On 3/19/24 05:42, Philippe Mathieu-Daudé wrote:
Convert cpu_get_tb_cpu_state() to TCGCPUOps::get_cpu_state().

Note, now s390x_get_cpu_state() is restricted to TCG.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/s390x/cpu.h            | 30 ------------------------------
  target/s390x/s390x-internal.h |  2 ++
  target/s390x/cpu.c            |  1 +
  target/s390x/tcg/mem_helper.c |  2 +-
  target/s390x/tcg/translate.c  | 23 +++++++++++++++++++++++
  5 files changed, 27 insertions(+), 31 deletions(-)

Why is the function in translate.c, not cpu.c (with or without ifdefs)?


r~



reply via email to

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