virtiofsd: Swing deprecated message to removed-features
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 18 Jan 2023 12:34:43 +0000 (12:34 +0000)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 16 Feb 2023 18:15:08 +0000 (18:15 +0000)
Move the deprecation message, since it's now gone.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/about/deprecated.rst
docs/about/removed-features.rst

index 2827b0c0bebd4fd70e3241c27bec035686613440..ee95bcb1a633f444ef8fa7dbdd85bae82ac55a61 100644 (file)
@@ -330,24 +330,6 @@ versions, aliases will point to newer CPU model versions
 depending on the machine type, so management software must
 resolve CPU model aliases before starting a virtual machine.
 
-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.
-
-
 QEMU guest agent
 ----------------
 
index e901637ce5fa4751ac5aa8eac4a20b986f520fcf..5b258b446b611832bbe4a77a15ce310d7c8bc169 100644 (file)
@@ -889,3 +889,16 @@ The VXHS code did not compile since v2.12.0. It was removed in 5.1.
 The corresponding upstream server project is no longer maintained.
 Users are recommended to switch to an alternative distributed block
 device driver such as RBD.
+
+Tools
+-----
+
+virtiofsd (removed in 8.0)
+''''''''''''''''''''''''''
+
+There is a newer Rust implementation of ``virtiofsd`` at
+``https://gitlab.com/virtio-fs/virtiofsd``; this has been
+stable for some time and is now widely used.
+The command line and feature set is very close to the removed
+C implementation.
+