From: Han Han Date: Wed, 11 May 2022 02:17:13 +0000 (+0800) Subject: news: Add queue_size option to virtio disk X-Git-Tag: v8.4.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c1a99ff834e27eedbad4f6ef685de559fe75858;p=thirdparty%2Flibvirt.git news: Add queue_size option to virtio disk Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 7918b8192b..f62395c82e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -470,6 +470,8 @@ v7.8.0 (2021-10-01) active. This information can also be retrieved with the new virsh command ``nodedev-info``. + * qemu: Add attribute ``queue_size`` for virtio-blk devices + v7.7.0 (2021-09-01) ===================