All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm_config: add CONFIG_VIRTIO_FS
@ 2024-12-20 14:07 Brendan Jackman
  2025-01-09 12:32 ` Brendan Jackman
  2025-01-09 12:46 ` Christian Borntraeger
  0 siblings, 2 replies; 6+ messages in thread
From: Brendan Jackman @ 2024-12-20 14:07 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: linux-kernel, Brendan Jackman

This is used for VMs, so add it. It depends on FUSE_FS for the
implementation.

Signed-off-by: Brendan Jackman <jackmanb@google.com>
---
 kernel/configs/kvm_guest.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
index d0877063d925cd6db3136c9efd175669c1317131..86abe9de33bb2378ba0f7d46dbe4d84b49835506 100644
--- a/kernel/configs/kvm_guest.config
+++ b/kernel/configs/kvm_guest.config
@@ -33,3 +33,5 @@ CONFIG_SCSI_LOWLEVEL=y
 CONFIG_SCSI_VIRTIO=y
 CONFIG_VIRTIO_INPUT=y
 CONFIG_DRM_VIRTIO_GPU=y
+CONFIG_FUSE_FS=y
+CONFIG_VIRTIO_FS=y

---
base-commit: eabcdba3ad4098460a376538df2ae36500223c1e
change-id: 20241220-kvm-config-virtiofs-64031a11144f

Best regards,
-- 
Brendan Jackman <jackmanb@google.com>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-01-16 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 14:07 [PATCH] kvm_config: add CONFIG_VIRTIO_FS Brendan Jackman
2025-01-09 12:32 ` Brendan Jackman
2025-01-09 12:46 ` Christian Borntraeger
2025-01-16 10:06   ` Brendan Jackman
2025-01-16 10:27     ` Heiko Carstens
2025-01-16 11:03       ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.