]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel: Rename 'hax_vcpu' as 'accel' in CPUState
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 29 Mar 2023 16:56:35 +0000 (18:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 11:55:35 +0000 (13:55 +0200)
commit6ecd2cd0dcfa733bdad7e97ee913ff44fc7681aa
tree52dcdc2257d6650c4e6aeb65678e376a63d96858
parent83d0f7f95cc88bbf31ba000d1d2f05e8563f9d97
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>
include/hw/core/cpu.h
target/i386/hax/hax-accel-ops.c
target/i386/hax/hax-all.c
target/i386/nvmm/nvmm-all.c
target/i386/whpx/whpx-all.c