From 930f0aff8f8bc82b397905da1288b3e257aa1b55 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 28 May 2021 13:27:35 +0200 Subject: [PATCH] qemu-6.0.0-0: Build virtio-fs daemon (virtiofsd) From the [Web site][1]: > Virtio-fs is a shared file system that lets virtual machines access a > directory tree on the host. Unlike existing approaches, it is designed > to offer local file system semantics and performance. [1]: https://virtio-fs.gitlab.io/ --- qemu-6.0.0-0.build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-6.0.0-0.build.sh b/qemu-6.0.0-0.build.sh index b9d4713..fbf8f10 100755 --- a/qemu-6.0.0-0.build.sh +++ b/qemu-6.0.0-0.build.sh @@ -48,6 +48,7 @@ cd qemu-$VERSION --audio-drv-list=${AUDIODRIVERS} make -j $(nproc) +make -j $(nproc) virtiofsd make install