From: Michal Privoznik Date: Fri, 12 Jan 2024 12:42:28 +0000 (+0100) Subject: NEWS: Document my contributions for upcoming release X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5167d3825e4b09b6661d85c6d6801830d13dc236;p=people%2Faperard%2Flibvirt.git NEWS: Document my contributions for upcoming release Signed-off-by: Michal Privoznik Reviewed-by: Jonathon Jongsma --- diff --git a/NEWS.rst b/NEWS.rst index af3c4906df..39ea271741 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -55,6 +55,10 @@ v10.0.0 (unreleased) Libvirt aleviates this by automatically adding a ```` to match the size of the source image rather than failing the migration. + * test driver: Support for hotplug/hotunplug of PCI devices + + The test driver now supports basic hotplug and hotunplug of PCI devices. + * **Bug fixes** * qemu: Various migration bug fixes and debuggability improvement @@ -63,6 +67,29 @@ v10.0.0 (unreleased) migration arguments and XMLs and modifies error reporting for better debugging. + * conf: Restore setting default bus for input devices + + Because of a regression, starting from 9.3.0 libvirt did not autofill bus + for input devices. With this release the regression was identified and + fixed. + + * qemu: Relax check for memory device coldplug + + Because of a check that was too aggressive, a virtio-mem memory device + could not be cold plugged. This is now fixed. + + * qemu: Be less aggressive when dropping channel source paths + + Another regression is resolved, (introduced in 9.7.0) when libvirt was too + aggressive when dropping parsed paths for sources + + * qemuDomainChangeNet: Reflect trustGuestRxFilters change + + On device-update, when a user requested change of trustGuestRxFilters for a + domain's libvirt did nothing. It did not throw an error nor + did it reflect the change. Starting with this release, the change is + reflected. + v9.10.0 (2023-12-01) ====================