accel: Rename 'hax_vcpu' as 'accel' in CPUState

All accelerators will share a single opaque context
in CPUState. Start by renaming 'hax_vcpu' as 'accel'.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230624174121.11508-7-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2023-03-29 18:56:35 +02:00
parent 83d0f7f95c
commit 6ecd2cd0dc
5 changed files with 17 additions and 17 deletions

View file

@ -443,7 +443,7 @@ struct CPUState {
/* Used for user-only emulation of prctl(PR_SET_UNALIGN). */
bool prctl_unalign_sigbus;
struct hax_vcpu_state *hax_vcpu;
struct hax_vcpu_state *accel;
struct hvf_vcpu_state *hvf;