[PATCH 0/3] Docs and news update for v7.8.0

Han Han (3): docs: Mention QEMU version requirement for queue-size news: Add queue_size option to virtio disk news: Add validation flags for creating of net, nwfilter-binding, net port NEWS.rst | 16 ++++++++++++++++ docs/formatdomain.rst | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) -- 2.33.1

Signed-off-by: Han Han <hhan@redhat.com> --- docs/formatdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 58768f7e5e..dbda54dc93 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3086,7 +3086,7 @@ paravirtualized driver is specified via the ``disk`` element. - The optional ``queues`` attribute specifies the number of virt queues for virtio-blk. ( :since:`Since 3.9.0` ) - The optional ``queue_size`` attribute specifies the size of each virt - queue for virtio-blk. ( :since:`Since 7.8.0` ) + queue for virtio-blk. ( :since:`Since 7.8.0, requires QEMU 2.12` ) - For virtio disks, `Virtio-specific options <#elementsVirtio>`__ can also be set. ( :since:`Since 3.5.0` ) - The optional ``metadata_cache`` subelement controls aspects related to the -- 2.33.1

On Fri, Oct 29, 2021 at 14:19:21 +0800, Han Han wrote:
Signed-off-by: Han Han <hhan@redhat.com> --- docs/formatdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 58768f7e5e..dbda54dc93 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -3086,7 +3086,7 @@ paravirtualized driver is specified via the ``disk`` element. - The optional ``queues`` attribute specifies the number of virt queues for virtio-blk. ( :since:`Since 3.9.0` ) - The optional ``queue_size`` attribute specifies the size of each virt - queue for virtio-blk. ( :since:`Since 7.8.0` ) + queue for virtio-blk. ( :since:`Since 7.8.0, requires QEMU 2.12` ) - For virtio disks, `Virtio-specific options <#elementsVirtio>`__ can also be set. ( :since:`Since 3.5.0` ) - The optional ``metadata_cache`` subelement controls aspects related to the
Since qemu-2.11 is the oldest supported qemu and this is one release after that, but introduced to libvirt just recently I don't think anybody sane would use such a combination of versions. Thus it feels pointless to add this to the docs.

Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 5f1cf19940..cb1234e891 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -92,6 +92,10 @@ 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`` to set the queue size of virtio-blk + + Implement the queue-size from QEMU to adjust the virtio disk queue size. + v7.7.0 (2021-09-01) =================== -- 2.33.1

Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index cb1234e891..7815f1100f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -96,6 +96,18 @@ v7.8.0 (2021-10-01) Implement the queue-size from QEMU to adjust the virtio disk queue size. +* **Improvements** + + * api: Add XML validation for creating of: networkport, nwfilter-binding, + network + + * Add flag ``VIR_NETWORK_PORT_CREATE_VALIDATE`` to validate network port + input xml of network-port creating. + * Add flag ``VIR_NETWORK_CREATE_VALIDATE`` to validate network input xml of + network creating. + * Add flag ``VIR_NWFILTER_BINDING_CREATE_VALIDATE`` to validate + nwfilter-binding input xml of nwfilter-binding creating. + v7.7.0 (2021-09-01) =================== -- 2.33.1
participants (2)
-
Han Han
-
Peter Krempa