NEWS.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
NEWS.rst | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst
index af3c4906df..e8cc89a2ee 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -55,6 +55,10 @@ v10.0.0 (unreleased)
Libvirt aleviates this by automatically adding a ``<slice>`` 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 too aggressive check, a virtio-mem memory device could not be
+ cold plugged. This 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 <channel/> sources
+
+ * qemuDomainChangeNet: Reflect trustGuestRxFilters change
+
+ On device-update, when user requests change of trustGuestRxFilters for a
+ domain's <interface/> libvirt did nothing. Neither it thrown an error nor
+ did it reflect the change. Starting with this release, the change is
+ reflected.
+
v9.10.0 (2023-12-01)
====================
--
2.41.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
On 1/12/24 6:48 AM, Michal Privoznik wrote: > Signed-off-by: Michal Privoznik <mprivozn@redhat.com> > --- > NEWS.rst | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index af3c4906df..e8cc89a2ee 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -55,6 +55,10 @@ v10.0.0 (unreleased) > Libvirt aleviates this by automatically adding a ``<slice>`` 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 too aggressive check, a virtio-mem memory device could not be s/too aggressive check/a check that was too aggressive/ > + cold plugged. This now fixed. missing 'is' > + > + * 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 <channel/> sources > + > + * qemuDomainChangeNet: Reflect trustGuestRxFilters change > + > + On device-update, when user requests change of trustGuestRxFilters for a s/user requests/a user requested/ > + domain's <interface/> libvirt did nothing. Neither it thrown an error nor s/Neither it thrown/It did not throw/ > + did it reflect the change. Starting with this release, the change is > + reflected. > + > > v9.10.0 (2023-12-01) > ==================== Just some minor grammatical suggestions Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com> _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org
© 2016 - 2024 Red Hat, Inc.