]> git.proxmox.com Git - mirror_qemu.git/commit
allwinner-h3: Switch to SMC as PSCI conduit
authorAlexander Graf <agraf@csgraf.de>
Mon, 20 Sep 2021 20:39:31 +0000 (22:39 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Sep 2021 12:42:09 +0000 (13:42 +0100)
commit01e75d87834a5188f98defa2d1f88b69dca7e9a0
tree4ed6e5b193e27a22191c5a729b5431d3db4180a4
parentba0fa56bc06e563de68d2a2bf3ddb0cfea1be4f9
allwinner-h3: Switch to SMC as PSCI conduit

The Allwinner H3 SoC uses Cortex-A7 cores which support virtualization.
However, today we are configuring QEMU to use HVC as PSCI conduit.

That means HVC calls get trapped into QEMU instead of the guest's own
emulated CPU and thus break the guest's ability to execute virtualization.

Fix this by moving to SMC as conduit, freeing up HYP completely to the VM.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Message-id: 20210920203931.66527-1-agraf@csgraf.de
Fixes: 740dafc0ba0 ("hw/arm: add Allwinner H3 System-on-Chip")
Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Tested-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/allwinner-h3.c