[PATCH] docs: Fix syntax error for defaultiothread

Han Han posted 1 patch 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220706062030.927472-1-hhan@redhat.com
docs/formatdomain.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Fix syntax error for defaultiothread
Posted by Han Han 1 year, 9 months ago
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 a4e3c39928..89b627f4bd 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -715,7 +715,7 @@ host/guest with many LUNs. :since:`Since 1.2.8 (QEMU only)`
        <iothread id="6"/>
        <iothread id="8" thread_pool_min="2" thread_pool_max="32"/>
      </iothreadids>
-     <defaultiothread thread_pool_min="8" thread_pool_max="16">
+     <defaultiothread thread_pool_min="8" thread_pool_max="16"/>
      ...
    </domain>
 
-- 
2.36.1
Re: [PATCH] docs: Fix syntax error for defaultiothread
Posted by Michal Prívozník 1 year, 9 months ago
On 7/6/22 08:20, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>  docs/formatdomain.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal