[PATCH] docs: drvqemu: trivial fix for qemu commands passthrough

Chen Hanxiao posted 1 patch 3 years, 12 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1587571340-2292-1-git-send-email-chen_han_xiao@126.com
docs/drvqemu.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: drvqemu: trivial fix for qemu commands passthrough
Posted by Chen Hanxiao 3 years, 12 months ago
element <qemu:commandline> should be the child of <domain>

Signed-off-by: Chen Hanxiao <chen_han_xiao@126.com>
---
 docs/drvqemu.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index 5f412ba376..afc4ddf56d 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -578,7 +578,7 @@ mount -t cgroup none /dev/cgroup -o devices
       typically, the namespace is given the name
       of <code>qemu</code>.  With the namespace in place, it is then
       possible to add an element <code>&lt;qemu:commandline&gt;</code>
-      under <code>driver</code>, with the following sub-elements
+      under <code>domain</code>, with the following sub-elements
       repeated as often as needed:
     </p>
       <dl>
-- 
2.23.0


Re: [PATCH] docs: drvqemu: trivial fix for qemu commands passthrough
Posted by Ján Tomko 3 years, 12 months ago
On a Wednesday in 2020, Chen Hanxiao wrote:
>element <qemu:commandline> should be the child of <domain>
>
>Signed-off-by: Chen Hanxiao <chen_han_xiao@126.com>
>---
> docs/drvqemu.html.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano