[pve-devel] [PATCH v2 qemu 1/7] d/rules: drop virtiofsd switch
Fiona Ebner
f.ebner at proxmox.com
Mon May 15 15:39:50 CEST 2023
virtiofsd is no longer part of QEMU 8.0. It got replaced by a separate
implementation written in Rust, which will be its own package.
See QEMU commit 0aaf44776e ("Merge tag 'pull-virtiofs-20230216b' of
https://gitlab.com/dagrh/qemu into staging").
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
No changes in v2.
debian/rules | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index e69ba47..33ebb69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,6 @@ ${BUILDDIR}/config.status: configure
--enable-usb-redir \
--enable-virglrenderer \
--enable-virtfs \
- --enable-virtiofsd \
--enable-zstd
build: build-stamp
--
2.39.2
More information about the pve-devel
mailing list