Linux 6.14 To Allow VirtualBox Guest Support On ARM64 VMs

Coming in as part of the VFS misc pull request for Linux 6.14 is enabling initial VirtualBox guest support on ARM64. This amounts to a Kconfig update for allowing the VirtualBox guest driver support to be built for ARM64 rather than being limited to x86/x86_64 kernels.
This change comes now that Oracle VM VirtualBox is beginning to run on ARM64 hosts such as the Apple M3/M4 devices. With the actual ARM64 VirtualBox hypervisor support materializing, the upstream guest kernel drivers should also now be allowed to build for ARM64 kernels.
The change allows for Linux kernel builds to enable the "VBOXGUEST" option on ARM64 for the VirtualBox guest integration support and also allow enabling "VBOXSF_FS" for the shared folder integration between hosts and guests.
The VirtualBox guest ARM64 Linux support was tested by using an Apple MacBook Pro running the latest VirtualBox upstream software with the Linux guest VM.
This support was submitted for Linux 6.14 as part of the VFS misc pull request.
2 Comments