qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'
Date: Tue, 27 Jun 2023 14:43:08 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 24/6/23 19:41, Philippe Mathieu-Daudé wrote:
Most of the codebase uses 'CPUState *cpu' or 'CPUState *cs'.
While 'cpu_state' is kind of explicit, it makes the code
harder to review. Simply rename as 'cs'.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  target/i386/hvf/x86hvf.h |  18 +-
  target/i386/hvf/x86hvf.c | 372 +++++++++++++++++++--------------------
  2 files changed, 195 insertions(+), 195 deletions(-)

Per IRC chat:
Tested-by: Peter Maydell <peter.maydell@linaro.org>




reply via email to

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