[PATCH 0/5] Some docs updates

Han Han (5): docs: apps: Add desktop app gnome-boxes docs: formatdomain: Add the introduced versions of net rss attrs news: Add news for rss and rss_hash_report attributes docs: drivers: Mention KVM/HVF in the link of qemu driver docs: drvqemu: Fix the syntax typo of Hypervisor.framework link NEWS.rst | 5 +++++ docs/apps.rst | 3 +++ docs/drivers.rst | 2 +- docs/drvqemu.rst | 2 +- docs/formatdomain.rst | 3 ++- 5 files changed, 12 insertions(+), 3 deletions(-) -- 2.35.1

Signed-off-by: Han Han <hhan@redhat.com> --- docs/apps.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/apps.rst b/docs/apps.rst index a21e2249ea..536e9436b2 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -144,6 +144,9 @@ Desktop applications `qt-remote-viewer <https://f1ash.github.io/qt-virt-manager/#virtual-machines-viewer>`__ The Qt VNC/SPICE viewer for access to remote desktops or VMs. +`gnome-boxes <https://help.gnome.org/users/gnome-boxes/stable/>`__ + A gnome application to access virtual machines. + Infrastructure as a Service (IaaS) ---------------------------------- -- 2.35.1

On Sat, May 07, 2022 at 09:17:36AM +0800, Han Han wrote:
+`gnome-boxes <https://help.gnome.org/users/gnome-boxes/stable/>`__ + A gnome application to access virtual machines.
The correct URL according to [1] is [2] (which currently redirects to [3]). I've changed that as well as spelling GNOME and GNOME Boxes the preferred way. [1] https://gitlab.gnome.org/GNOME/gnome-boxes [2] https://gnomeboxes.org/ [3] https://apps.gnome.org/app/org.gnome.Boxes/ -- Andrea Bolognani / Red Hat / Virtualization

Signed-off-by: Han Han <hhan@redhat.com> --- docs/formatdomain.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 9be305f3e6..11ecb77c66 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -5295,7 +5295,7 @@ following attributes are available for the ``"virtio"`` NIC driver: virtio and tap backends only. Virtio NIC will be launched with "rss" property. For now "in-qemu" RSS is supported by libvirt. QEMU may load eBPF RSS if it has CAP_SYS_ADMIN permissions, which is - not supported by default in libvirt. + not supported by default in libvirt. :since:`Since 8.3.0 and QEMU 5.1` **In general you should leave this option alone, unless you are very certain you know what you are doing. Proper RSS configuration depends from vcpu, tap, and vhost settings.** @@ -5305,6 +5305,7 @@ following attributes are available for the ``"virtio"`` NIC driver: to VM will contain a hash of the packet in the virt header. Usually enabled alongside with ``rss``. Without ``rss`` option, the hash report doesn't affect steering itself but provides vnet header with a calculated hash. + :since:`Since 8.3.0 and QEMU 5.1` **In general you should leave this option alone, unless you are very certain you know what you are doing. Proper RSS configuration depends from vcpu, tap, and vhost settings.** -- 2.35.1

Signed-off-by: Han Han <hhan@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7903449f9b..941a264e41 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -46,6 +46,11 @@ v8.3.0 (2022-05-02) This IOMMU device can be used with both Q35 and ARM virt guests. + * qemu: Introduce attributes rss and rss_hash_report for net interface + + They can enable in-qemu/ebpf RSS and in-qemu RSS hash report for virtio NIC. + Require QEMU >= 5.1. + v8.2.0 (2022-04-01) =================== -- 2.35.1

Signed-off-by: Han Han <hhan@redhat.com> --- docs/drivers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers.rst b/docs/drivers.rst index b6a426be6a..b9dccdf5d2 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -19,7 +19,7 @@ The hypervisor drivers currently supported by libvirt are: - `LXC <drvlxc.html>`__ - Linux Containers - `OpenVZ <drvopenvz.html>`__ -- `QEMU <drvqemu.html>`__ +- `QEMU/KVM/HVF <drvqemu.html>`__ - `Test <drvtest.html>`__ - Used for testing - `VirtualBox <drvvbox.html>`__ - `VMware ESX <drvesx.html>`__ -- 2.35.1

Signed-off-by: Han Han <hhan@redhat.com> --- docs/drvqemu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drvqemu.rst b/docs/drvqemu.rst index 6368a91fb9..a7c1975ed6 100644 --- a/docs/drvqemu.rst +++ b/docs/drvqemu.rst @@ -20,7 +20,7 @@ Project Links - The `KVM <https://www.linux-kvm.org/>`__ Linux hypervisor - The `QEMU <https://wiki.qemu.org/Index.html>`__ emulator -- `Hypervisor.framework`<https://developer.apple.com/documentation/hypervisor>__` reference +- `Hypervisor.framework <https://developer.apple.com/documentation/hypervisor>`__ reference Deployment pre-requisites ------------------------- -- 2.35.1

On Sat, May 07, 2022 at 09:17:35AM +0800, Han Han wrote:
Han Han (5): docs: apps: Add desktop app gnome-boxes docs: formatdomain: Add the introduced versions of net rss attrs news: Add news for rss and rss_hash_report attributes docs: drivers: Mention KVM/HVF in the link of qemu driver docs: drvqemu: Fix the syntax typo of Hypervisor.framework link
Series Reviewed-by: Andrea Bolognani <abologna@redhat.com> and pushed. Thanks! -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Han Han