]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/kvm: Have kvm_arm_verify_ext_dabt_pending take a ARMCPU arg
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 19 Dec 2023 17:57:47 +0000 (17:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Dec 2023 17:57:47 +0000 (17:57 +0000)
commitca0d1b7ca46f1520a64cfa47d84ee70c14915516
tree4a04e983fece37c5a8ca156a758b3cf10776b52e
parent76acc9879991ffa9ef1c66c65171d87f7d5c6a25
target/arm/kvm: Have kvm_arm_verify_ext_dabt_pending take a ARMCPU arg

Unify the "kvm_arm.h" API: All functions related to ARM vCPUs
take a ARMCPU* argument. Use the CPU() QOM cast macro When
calling the generic vCPU API from "sysemu/kvm.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20231123183518.64569-14-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm.c