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 VIRTFSWithout this line ^ it works! Thanks :*
Without which line? (Also if both work I prefer the other one). Paolo