NEWS: qemu: Implement QEMU NBD reconnect delay attribute

Signed-off-by: Han Han <hhan@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Han Han 2023-07-25 14:43:06 +08:00 committed by Michal Privoznik
parent 411cbe7199
commit ba9a8b5b56

View File

@ -232,6 +232,11 @@ v9.2.0 (2023-04-01)
corresponding JSON descriptor has the highest priority, or manually by
using ``<loader format='qcow2'/>`` in the domain XML.
* qemu: Implement QEMU NBD reconnect delay attribute
Support the nbd reconnect-delay of QEMU. It will set the delay time for
reconnect after an unexpected disconnect or a serious error.
* **Improvements**
* qemu: Make firmware selection persistent