]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64
authorChristian Kujau <lists@nerdbynature.de>
Mon, 6 Jan 2025 15:32:05 +0000 (16:32 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 7 Jan 2025 14:57:23 +0000 (15:57 +0100)
Now that VirtualBox is able to run as a host on arm64 (e.g. the Apple M3
processors) we can enable VBOXSF_FS (and in turn VBOXGUEST) for this
architecture. Tested with various runs of bonnie++ and dbench on an Apple
MacBook Pro with the latest Virtualbox 7.1.4 r165100 installed.

Signed-off-by: Christian Kujau <lists@nerdbynature.de>
Link: https://lore.kernel.org/r/7384d96c-2a77-39b0-2306-90129bae9342@nerdbynature.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
drivers/virt/vboxguest/Kconfig
fs/vboxsf/Kconfig

index cc329887bfae556a86b975755a1e22e13e2deac5..11b153e7454e4917196095606b3a346e79763a13 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config VBOXGUEST
        tristate "Virtual Box Guest integration support"
-       depends on X86 && PCI && INPUT
+       depends on (ARM64 || X86) && PCI && INPUT
        help
          This is a driver for the Virtual Box Guest PCI device used in
          Virtual Box virtual machines. Enabling this driver will add
index b84586ae08b348b2b1fb9c4e2ec6b9d5c5daaa05..d4694026db8b098e20ea2ef1a22b56a953207254 100644 (file)
@@ -1,6 +1,6 @@
 config VBOXSF_FS
        tristate "VirtualBox guest shared folder (vboxsf) support"
-       depends on X86 && VBOXGUEST
+       depends on (ARM64 || X86) && VBOXGUEST
        select NLS
        help
          VirtualBox hosts can share folders with guests, this driver