accel: Rename 'cpu_state' -> 'cs'
commita7159244285058c049ad53a42b3dc7b24809faaa
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 21 Jun 2023 11:14:06 +0000 (21 13:14 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 11:55:35 +0000 (28 13:55 +0200)
tree5bb2757e6980509eb09dbddef770147ad41dc041
parent441f2449111b276df7fad81dcaa2f3f93ac7cce8
accel: Rename 'cpu_state' -> 'cs'

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>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20230624174121.11508-16-philmd@linaro.org>
target/i386/hvf/x86hvf.c
target/i386/hvf/x86hvf.h