Skip to content

Commit

Permalink
qemu-6.0.0-0: Enable virtiofsd
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed May 28, 2021
1 parent 930f0af commit 698070b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qemu-6.0.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ cd qemu-$VERSION
$targets \
--enable-system \
--enable-jemalloc \
--audio-drv-list=${AUDIODRIVERS}
--audio-drv-list=${AUDIODRIVERS} \
--enable-virtiofsd

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


Expand Down

0 comments on commit 698070b

Please sign in to comment.