Skip to content

Commit

Permalink
qemu-6.0.0-0: Build virtio-fs daemon (virtiofsd)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
pmenzel committed May 28, 2021
1 parent 6744078 commit 930f0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu-6.0.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cd qemu-$VERSION
--audio-drv-list=${AUDIODRIVERS}

make -j $(nproc)
make -j $(nproc) virtiofsd
make install


Expand Down

0 comments on commit 930f0af

Please sign in to comment.