:p
atchew
Login
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- NEWS.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ v9.1.0 (unreleased) properly terminated. This could cause problems such as errors when detaching a disk after snapshot. + * virsh: Make domif-setlink work more than once + + There was a bug introduced in the previous release which made ``virsh + domif-setlink`` work exactly once over given domain. The bug was fixed and + now the command can be run multiple times. + + * qemu: Make domain startup fail if NIC already exists + + When starting a domain with an ``<interface/>`` that's supposed to be + managed by libvirt (``managed='yes'``) but corresponding TAP device already + exists, report an error and make the startup process fail. + + * qemu: Deal with nested mounts when umount()-ing /dev + + When setting up private ``/dev`` for a domain (also known as ``namespaces`` + in ``qemu.conf``), libvirt preserves mount points nested under ``/dev`` + (e.g. ``/dev/shm``, ``/dev/pts`` and so on). But there was a bug which + resulted in inability to construct the namespace when there were two or + more filesystems mounted on the same path. This is common scenario with + containers and thus the bug was fixed. + + * remote: Pass ``mode`` and ``socket`` URI parameters to virt-ssh-helper + + When connecting to a remote host using SSH transport, ``?mode=`` and + ``?socket=`` URI parameters were ignored. This prevented users from + connecting to a monolithic daemon running on a remote host. + + * qemu: Various ``swtpm`` related fixes + + There are more cleanups and small bug fixes with regards to emulated + ``<tpm/>``. For instance with migration when the ``swtpm`` state is on a + shared volume, or seclabel setting/restoring. + v9.0.0 (2023-01-16) =================== -- 2.39.2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- v2 of: https://listman.redhat.com/archives/libvir-list/2023-July/241020.html diff to v2: - Reworded, basically every paragraph, to make them sound more user friendly. Thanks Martin for his suggestions! NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index XXXXXXX..XXXXXXX 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -XXX,XX +XXX,XX @@ v9.6.0 (unreleased) ``/disk/target@bus='scsi'``) supports the ``removable`` attribute at ``/disk/target@removable```. + * qemu: Add NUMA node automatically for memory hotplug + + Users no longer need to specify guest NUMA node in the domain XML when + enabling memory hotplug, libvirt automatically adds one when it is missing. + * **Bug fixes** + * qemu: Adapt to new way of specifying PC speaker + + PC speaker is now usable again with newer QEMU since the change of how it + is specified on the command line. + + * qemu_tpm: Try harder to create emulator state + + Libvirt no longer considers empty directory valid SWTPM state and setup is + now run properly in such case. + v9.5.0 (2023-07-03) =================== -- 2.41.0