On a Wednesday in 2020, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
docs/news.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index bcec1d81e9..7ef18cf7b8 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -55,6 +55,27 @@
automatically.
</description>
</change>
+ <change>
+ <summary>
+ qemu: Add virtiofs support
+ </summary>
+ <description>
+ This feature, introduced in QEMU 4.2, is a more modern alternative
+ to virtio-9p, which is exposed through the same
+ <code><filesystem/></code> element.
+ </description>
+ </change>
Thanks. I got as far as 'checking out a new branch' in writing these.
+ <change>
+ <summary>
+ admin: Support reloading TLS certificates
+ </summary>
+ <description>
+ After renewing TLS certificates, it was usually necessary to restart
+ libvirtd for the new ones to be loaded: now the same result can be
+ obtained without restarting the daemon by using <code>virt-admin
+ server-update-tls</code>.
+ </description>
+ </change>
</section>
<section title="Removed features">
<change>
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano