[PATCH 0/3] hvf: arm: add experimental VHE (x-vhe) toggle

Mohamed Mediouni posted 3 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260903040157.74627-1-mohamed@unpredictable.fr
Maintainers: Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Alexander Graf <agraf@csgraf.de>, Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
accel/hvf/hvf-all.c      |   2 +
include/system/hvf_int.h |   1 +
target/arm/hvf/hvf.c     | 103 +++++++++++++++++++++++++++++++++++++++
target/i386/hvf/hvf.c    |   4 ++
4 files changed, 110 insertions(+)
[PATCH 0/3] hvf: arm: add experimental VHE (x-vhe) toggle
Posted by Mohamed Mediouni 3 weeks, 2 days ago
macOS 27.0 has a pre-release VHE implementation. Add support for it in QEMU.

The first patch in the series is an independent bugfix that should be backported to QEMU 11.1 too.

Mohamed Mediouni (3):
  hvf: arm: advertise ID_AA64PFR0_EL1.GIC
  hvf: arm: add experimental VHE toggle
  hvf: arm: advertise EL3 support when VHE is on

 accel/hvf/hvf-all.c      |   2 +
 include/system/hvf_int.h |   1 +
 target/arm/hvf/hvf.c     | 103 +++++++++++++++++++++++++++++++++++++++
 target/i386/hvf/hvf.c    |   4 ++
 4 files changed, 110 insertions(+)

-- 
2.54.0 (Apple Git-156)