[libvirt PATCH] NEWS: document virtiofs hotplug

Ján Tomko posted 1 patch 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9b262e9393e7ac29a89c07aa04d73a46192aafe6.1634042707.git.jtomko@redhat.com
NEWS.rst | 4 ++++
1 file changed, 4 insertions(+)
[libvirt PATCH] NEWS: document virtiofs hotplug
Posted by Ján Tomko 2 years, 6 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 NEWS.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index ae678bffc4..61edc53439 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -40,6 +40,10 @@ v7.9.0 (unreleased)
     domain definition when the guest was first started).This setting is only
     applicable for x86 guests using qemu driver.
 
+  * Support hotplug and hotunplug for virtiofs
+
+    Filesystems backed by virtiofsd can now be hotplugged and hotunplugged.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.31.1

Re: [libvirt PATCH] NEWS: document virtiofs hotplug
Posted by Michal Prívozník 2 years, 6 months ago
On 10/12/21 2:45 PM, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  NEWS.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal