target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
commit71c34911c19b6cf6ea60ef608154df7e00fb42c8
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 19 Dec 2023 17:57:43 +0000 (19 17:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Dec 2023 17:57:43 +0000 (19 17:57 +0000)
tree0923e8d9d3543815fcb7c67bf49a1fe7622733f4
parent353e03cd45f307264cd38eebca741fabe74114b4
target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}

Drop fprintfs and actually use the return values in the callers.
This is OK to do since commit 7191f24c7fcf which added the
error-check to the generic accel/kvm functions that eventually
call into these ones.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[PMM: tweak commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm.c
target/arm/kvm_arm.h