mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
NEWS: Update
Update NEWS with new news. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
61bd4d9b01
commit
32d836bc6f
21
NEWS.rst
21
NEWS.rst
@ -36,6 +36,13 @@ v10.2.0 (unreleased)
|
|||||||
use the upcoming QEMU 9.0.0 release together with the development version
|
use the upcoming QEMU 9.0.0 release together with the development version
|
||||||
of edk2.
|
of edk2.
|
||||||
|
|
||||||
|
* qemu: Introduce virDomainGraphicsReload API
|
||||||
|
|
||||||
|
Reloading the graphics display is now supported for QEMU guests using
|
||||||
|
VNC. This is useful to make QEMU reload the TLS certificates without
|
||||||
|
restarting the guest. Available via the ``virDomainGraphicsReload`` API
|
||||||
|
and the ``domdisplay-reload`` virsh command.
|
||||||
|
|
||||||
* **Improvements**
|
* **Improvements**
|
||||||
|
|
||||||
* **Bug fixes**
|
* **Bug fixes**
|
||||||
@ -63,6 +70,20 @@ v10.2.0 (unreleased)
|
|||||||
Since the data is used only in the node device XML and errors are ignored if
|
Since the data is used only in the node device XML and errors are ignored if
|
||||||
the parsing failed, this release removes all the error reporting.
|
the parsing failed, this release removes all the error reporting.
|
||||||
|
|
||||||
|
* qemu: set correct SELinux label for unprivileged virtiofsd
|
||||||
|
|
||||||
|
It is now possible to use virtiofsd-based ``<filesystem>`` shares even
|
||||||
|
if the guest is confined using SELinux.
|
||||||
|
|
||||||
|
* qemu: fix a crash on unprivileged virtiofsd hotplug
|
||||||
|
|
||||||
|
Hotplugging virtiofsd-based filesystems works now.
|
||||||
|
|
||||||
|
* virt-admin: Fix segfault when libvirtd dies
|
||||||
|
|
||||||
|
``virt-admin`` no longer crashes when ``libvirtd`` unexpectedly closes
|
||||||
|
the connection.
|
||||||
|
|
||||||
|
|
||||||
v10.1.0 (2024-03-01)
|
v10.1.0 (2024-03-01)
|
||||||
====================
|
====================
|
||||||
|
Loading…
Reference in New Issue
Block a user