From 6ecd2cd0dcfa733bdad7e97ee913ff44fc7681aa Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 29 Mar 2023 18:56:35 +0200 Subject: accel: Rename 'hax_vcpu' as 'accel' in CPUState MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All accelerators will share a single opaque context in CPUState. Start by renaming 'hax_vcpu' as 'accel'. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20230624174121.11508-7-philmd@linaro.org> --- include/hw/core/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hw/core/cpu.h') diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index eda0230a02..63c25ce106 100644 --- a/include/hw/core/cpu.h +++ b/include/hw/core/cpu.h @@ -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; -- cgit 1.4.1