On 11/3/20 10:12 PM, Paolo Bonzini wrote: > On 03/11/20 22:07, Philippe Mathieu-Daudé wrote: >>> diff --git a/accel/Kconfig b/accel/Kconfig >>> index 2ad94a3839..d24664d736 100644 >>> --- a/accel/Kconfig >>> +++ b/accel/Kconfig >>> @@ -7,3 +7,4 @@ config KVM >>> config XEN >>> bool >>> select FSDEV_9P if VIRTFS >>> + select 9PFS if VIRTFS >> Without this line ^ it works! Thanks :* > > Without which line?
Not adding "select 9PFS if VIRTFS" (keeping the current "select FSDEV_9P if VIRTFS"). > > (Also if both work I prefer the other one). > > Paolo >