dev: add support for automatic hypervisor.framework usage on macOS

This commit is contained in:
2025-10-21 05:40:22 -07:00
parent 22c8884f7e
commit 2aeb0474e6
2 changed files with 6 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ elif [ "${TARGET_ARCH}" = "aarch64" ]; then
fi
if [ -n "${QEMU_ACCEL}" ]; then
set -- "${@}" "-accel" "kvm"
set -- "${@}" "-accel" "${QEMU_ACCEL}"
fi
if [ "${QEMU_GDB}" = "1" ]; then