From: Han Han Date: Tue, 25 Jul 2023 06:43:06 +0000 (+0800) Subject: NEWS: qemu: Implement QEMU NBD reconnect delay attribute X-Git-Tag: v9.6.0-rc1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba9a8b5b56a9db28531b862de0233bce45f17b60;p=thirdparty%2Flibvirt.git NEWS: qemu: Implement QEMU NBD reconnect delay attribute Signed-off-by: Han Han Signed-off-by: Michal Privoznik Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 22fc7e5971..1de8314a61 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -232,6 +232,11 @@ v9.2.0 (2023-04-01) corresponding JSON descriptor has the highest priority, or manually by using ```` 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