accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 23 Mar 2023 12:43:54 +0000 (13:43 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 11:55:35 +0000 (13:55 +0200)
commitb4f879a4ed039f73f61ee9ae7142abd84cdc0f27
tree847413b35ae60d1eaefb4429088f99c4563173e1
parent50830fea89ceefefd455d2489c4f8914df2d68ca
accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState

We want all accelerators to share the same opaque pointer in
CPUState. Rename WHPX 'whpx_vcpu' as 'AccelCPUState'; use
the typedef.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230624174121.11508-14-philmd@linaro.org>
target/i386/whpx/whpx-all.c