]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Deprecate C virtiofsd
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 10 Feb 2022 17:47:14 +0000 (17:47 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 14 Feb 2022 17:11:20 +0000 (17:11 +0000)
There's a nice new Rust implementation out there; recommend people
do new work on that.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20220210174714.19843-1-dgilbert@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/about/deprecated.rst

index 25b1fb86778f11eb8b1ae15d00e788fd4ed813a9..26d00812ba949fd924e038692fdb0f4b5b42adff 100644 (file)
@@ -447,3 +447,20 @@ nanoMIPS ISA
 
 The ``nanoMIPS`` ISA has never been upstreamed to any compiler toolchain.
 As it is hard to generate binaries for it, declare it deprecated.
+
+Tools
+-----
+
+virtiofsd
+'''''''''
+
+There is a new Rust implementation of ``virtiofsd`` at
+``https://gitlab.com/virtio-fs/virtiofsd``;
+since this is now marked stable, new development should be done on that
+rather than the existing C version in the QEMU tree.
+The C version will still accept fixes and patches that
+are already in development for the moment, but will eventually
+be deleted from this tree.
+New deployments should use the Rust version, and existing systems
+should consider moving to it.  The command line and feature set
+is very close and moving should be simple.