From: Michal Privoznik Date: Wed, 28 Apr 2021 10:37:17 +0000 (+0200) Subject: NEWS: Mention stuff I've dealt with for this release X-Git-Tag: v7.3.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2e3336b8c8df572600043976e1ab5feead656e;p=thirdparty%2Flibvirt.git NEWS: Mention stuff I've dealt with for this release Crème de la crème of my work for this release. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index cecdcc72a0..24e002b3d2 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -59,6 +59,11 @@ v7.3.0 (unreleased) since we know that it won't depend on any backing image and thus can prevent attempts to probe the backing chain. + * qemu: Expose disk serial in virDomainGetGuestInfo() + + The ``virDomainGetGuestInfo()`` reports disk serial number among with other + disk information. + * **Bug fixes** * qemu: Fix crash of libvirt on full block pull of a disk @@ -88,6 +93,20 @@ v7.3.0 (unreleased) job, libvirt would get confused and execute the code as if the job were aborted. + * lxc: Fix container destroy with CGroupsV2 + + When an LXC container was started and the host used CGroupsV2 it might have + had created nested controllers under the container's scope. Libvirt was + unaware and thus destroying the container failed with a cryptic error: + ``failed to get cgroup backend for 'pathOfController'``. The CGroup removal + code was reworked and is now capable of dealing with such scenario. + + * bash-completion: Fix argument passing to $1 + + Due to a bug in bash completion script, the auto completion did not work + properly when a connection URI or read only flag were specified on + ``virsh`` or ``virt-admin`` command line. + v7.2.0 (2021-04-01) ===================