@bexcran If it's the recent snapshot it's missing the vmbus drivers it needs. The next snapshot should have them, however the driver currently hangs when passing messages between the host and guest.
Spent some time yesterday imporing improved arm64 string functions into the FreeBSD kernel. Saw a 14% improvement in system & 9% real time for buildkernel on some HW. (Thanks @freebsdfndation & @AmpereComputing)
andrew@ on sys/arm64/arm64 (7d90ce7c):
Use the cached dc zva length in arm64 memset
On boot we cache the length the 'dc zva' instruction will zero. Use
this in the memset function to decide when to use it. As the ...
https://t.co/HIwLVPWdnB
@FreeBSDHelp@haerwu@DrewGallatin @markjdb2 From memory it was an issue where only half a page would be loaded from disk because of assumptions in the VM or FS code. It would need to be fixed before adding 64k page support as userspace would be broken.