From dc154573cffbe1e7cf96cfd1870071b8c59dbbe9 Mon Sep 17 00:00:00 2001 From: Simon Veith Date: Tue, 21 Apr 2026 15:17:36 +0200 Subject: [PATCH] Enable CONFIG_VIRTIO_FS (#2485) With the KVM Cloud Hypervisor backend, we are looking to use virtio-fs with virtiofsd for volume mounts. Enable the necessary CONFIG_VIRTIO_FS option to support this device in the zone. Issue: https://github.com/edera-dev/protect/issues/2485 Signed-off-by: Simon Veith --- configs/aarch64/zone.config | 1 + configs/x86_64/zone.config | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/aarch64/zone.config b/configs/aarch64/zone.config index 41e90ca..2fc788d 100644 --- a/configs/aarch64/zone.config +++ b/configs/aarch64/zone.config @@ -1339,6 +1339,7 @@ CONFIG_VIRT_DRIVERS=y CONFIG_VMGENID=y CONFIG_VIRTIO_ANCHOR=y CONFIG_VIRTIO=y +CONFIG_VIRTIO_FS=y CONFIG_VIRTIO_PCI_LIB=y CONFIG_VIRTIO_PCI_LIB_LEGACY=y CONFIG_VIRTIO_MENU=y diff --git a/configs/x86_64/zone.config b/configs/x86_64/zone.config index 698dfae..7880eed 100644 --- a/configs/x86_64/zone.config +++ b/configs/x86_64/zone.config @@ -1711,6 +1711,7 @@ CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_PCI_ADMIN_LEGACY=y CONFIG_VIRTIO_PCI_LEGACY=y CONFIG_VIRTIO_BALLOON=y +CONFIG_VIRTIO_FS=y CONFIG_VIRTIO_MEM=y CONFIG_VIRTIO_INPUT=y CONFIG_VIRTIO_MMIO=y