mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

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>
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
config VBOXSF_FS
|
|
tristate "VirtualBox guest shared folder (vboxsf) support"
|
|
depends on (ARM64 || X86) && VBOXGUEST
|
|
select NLS
|
|
help
|
|
VirtualBox hosts can share folders with guests, this driver
|
|
implements the Linux-guest side of this allowing folders exported
|
|
by the host to be mounted under Linux.
|
|
|
|
If you want to use shared folders in VirtualBox guests, answer Y or M.
|