Failure with macOS 15.2 on ARM64: Property 'host-arm-cpu.sme' not found

I ran a FreeBSD arm64 vm on a M4 Mac Mini using macOS 15.1.1. That worked fine.

After updating the OS to macOS 15.2 I get this error:

Unexpected error in object_property_find_err() at ../qom/object.c:1350: qemu-system-aarch64: Property 'host-arm-cpu.sme' not found

Version of QEMU is: QEMU emulator version 9.2.0

Commandline used: qemu-system-aarch64
-M virt
-accel hvf
-cpu host
-smp 10
-m $((1024 * 6))
-drive file=pflash0.img,format=raw,if=pflash,readonly=on
-drive file=pflash1.img,format=raw,if=pflash
-device virtio-gpu-pci
-display default,show-cursor=on
-device qemu-xhci
-device usb-kbd
-device usb-tablet
-device intel-hda
-device hda-duplex
-drive file=FreeBSD-13.1-RELEASE-arm64-aarch64.raw,format=raw,if=virtio,cache=writethrough
-drive file=mnttmp.raw,if=none,format=raw,id=NVME1
-device nvme,drive=NVME1,serial=nvme-1
-drive file=swap.raw,if=none,format=raw,id=NVME2
-device nvme,drive=NVME2,serial=nvme-2
-nographic
-serial mon:stdio
-net nic -net user,hostfwd=tcp::2222-:22

Edited by Martin Cracauer
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information