diff --git a/NEWS.rst b/NEWS.rst index 068a90d383..76d2375e97 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -24,6 +24,14 @@ v7.9.0 (unreleased) ``virDomainUpdateDeviceFlags()`` API to adjust amount of memory or ``virsh update-memory-device`` for convenience. + * qemu: support disabling hotplug of devices on the pci-root controller + + the option is now supported for the + pci-root controller on i440fx-based (x86 "pc") machinetypes. This + can be used to disable hotplug/unplug of devices from this + controller. The default behavior is unchanged (hotplug is + allowed). + * **Improvements** * **Bug fixes**