From: Ani Sinha Date: Fri, 1 Oct 2021 09:29:48 +0000 (+0530) Subject: NEWS: document new hotplug enable/disable option on pci-root controller X-Git-Tag: v7.9.0-rc1~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0aa23a830f089daba0a4c48200ef1176977e4d;p=thirdparty%2Flibvirt.git NEWS: document new hotplug enable/disable option on pci-root controller A new 'target' subelement of the pci-root controller has been introduced having a 'hotplug' property. This property can be used to turn off or turn on the ability to hotplug/unplug devices to the slots of the pci-root. The new element can be used like this: This will turn off hotplug capability on the pci-root ports. To turn the capability on, we set hotplug='on' above (which is also the default). Signed-off-by: Ani Sinha Reviewed-by: Daniel P. Berrangé Reviewed-by: Laine Stump --- 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**