accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
We want all accelerators to share the same opaque pointer in CPUState. Rename the 'hvf_vcpu_state' structure as 'AccelCPUState'. Use the generic 'accel' field of CPUState instead of 'hvf'. Replace g_malloc0() by g_new0() for readability. Signed-off-by:Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Tested-by:
Peter Maydell <peter.maydell@linaro.org> Message-Id: <20230624174121.11508-17-philmd@linaro.org>
Showing
- accel/hvf/hvf-accel-ops.c 10 additions, 9 deletionsaccel/hvf/hvf-accel-ops.c
- include/hw/core/cpu.h 0 additions, 4 deletionsinclude/hw/core/cpu.h
- include/sysemu/hvf_int.h 1 addition, 1 deletioninclude/sysemu/hvf_int.h
- target/arm/hvf/hvf.c 54 additions, 54 deletionstarget/arm/hvf/hvf.c
- target/i386/hvf/hvf.c 53 additions, 53 deletionstarget/i386/hvf/hvf.c
- target/i386/hvf/vmx.h 11 additions, 11 deletionstarget/i386/hvf/vmx.h
- target/i386/hvf/x86.c 14 additions, 14 deletionstarget/i386/hvf/x86.c
- target/i386/hvf/x86_descr.c 13 additions, 13 deletionstarget/i386/hvf/x86_descr.c
- target/i386/hvf/x86_emu.c 31 additions, 31 deletionstarget/i386/hvf/x86_emu.c
- target/i386/hvf/x86_mmu.c 2 additions, 2 deletionstarget/i386/hvf/x86_mmu.c
- target/i386/hvf/x86_task.c 5 additions, 5 deletionstarget/i386/hvf/x86_task.c
- target/i386/hvf/x86hvf.c 104 additions, 104 deletionstarget/i386/hvf/x86hvf.c
Loading
Please register or sign in to comment