[PATCH v3] vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64

2025-01-07 Thread Christian Kujau
: Christian Kujau Reviewed-by: Hans de Goede --- v3: version history added, along with Hans' Reviewed-by v2: vboxvideo change removed, see: https://lore.kernel.org/lkml/7384d96c-2a77-39b0-2306-90129bae9...@nerdbynature.de/ v1: initial version, see: https://lore.kernel.org/lkml/a96

[PATCH v2] vbox: Enable VBOXGUEST and VBOXSF_FS on ARM64

2025-01-06 Thread Christian Kujau
: Christian Kujau --- drivers/virt/vboxguest/Kconfig | 2 +- fs/vboxsf/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/virt/vboxguest/Kconfig b/drivers/virt/vboxguest/Kconfig index cc329887bfae..11b153e7454e 100644 --- a/drivers/virt/vboxguest

[PATCH] vbox: arm64 support for vboxguest

2024-12-15 Thread Christian Kujau
t vboxvideo yet (the module loads just fine), but if we at least enable to option in the Kconfig file at least people would be able to test it :-) Thanks, Christian. [0] https://lore.kernel.org/lkml/f088e1da-8fae-2acb-6f7a-e414708d8...@nerdbynature.de/ Signed-off-by: Christian Kujau