From c0e26e10dc221ec3193476923a50cd2c14da9d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Thu, 7 Dec 2023 14:47:21 +0100 Subject: [PATCH] x86/defconfigs: Enable virtio fs transport for Plan9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enable sharing host files via QUEM with guest. Change-Id: I9003e5740a6a4b5ead8a93530a49f2bbc9eb2d5f Signed-off-by: Łukasz Stelmach --- arch/x86/configs/tizen_qemu_x86_64_defconfig | 1 + arch/x86/configs/tizen_qemu_x86_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/configs/tizen_qemu_x86_64_defconfig b/arch/x86/configs/tizen_qemu_x86_64_defconfig index 44d2256db653..be22a648a158 100644 --- a/arch/x86/configs/tizen_qemu_x86_64_defconfig +++ b/arch/x86/configs/tizen_qemu_x86_64_defconfig @@ -325,6 +325,7 @@ CONFIG_EXT3_FS_SECURITY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y CONFIG_CUSE=y +CONFIG_VIRTIO_FS=y CONFIG_OVERLAY_FS=y CONFIG_ISO9660_FS=y CONFIG_JOLIET=y diff --git a/arch/x86/configs/tizen_qemu_x86_defconfig b/arch/x86/configs/tizen_qemu_x86_defconfig index be7835cde879..195b73cc2fc2 100644 --- a/arch/x86/configs/tizen_qemu_x86_defconfig +++ b/arch/x86/configs/tizen_qemu_x86_defconfig @@ -324,6 +324,7 @@ CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y +CONFIG_VIRTIO_FS=y CONFIG_CUSE=y CONFIG_OVERLAY_FS=y CONFIG_ISO9660_FS=y -- 2.34.1