mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
83d0f7f95c
commit
6ecd2cd0dc
5 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue