From 628989369b79dbe64d430b567442256b68081fef Mon Sep 17 00:00:00 2001 From: Yalan Zhang Date: Wed, 5 Mar 2025 16:07:38 +0800 Subject: [PATCH] docs: Fix formatting in formatdomain.rst MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The combination of italics and the since tag does not work together. Remove it from the paragraph about using passt with vhostuser, as well as the parentheses around it. Signed-off-by: Yalan Zhang Signed-off-by: Ján Tomko --- docs/formatdomain.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index cbe378e61d..79abae15af 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -5154,13 +5154,13 @@ destined for the host toward the guest instead), and a socket between passt and QEMU forwards that traffic on to the guest (and back out, of course). -*(:since:`Since 11.1.0 (QEMU and KVM only)` you may prefer to use the +:since:`Since 11.1.0 (QEMU and KVM only)` you may prefer to use the passt backend with the more efficient and performant type='vhostuser' rather than type='user'. All the options related to passt in the paragraphs below here also apply when using the passt backend with type='vhostuser'; any other details specific to vhostuser are -described* `here -`__.) +described `here +`__. Similar to SLIRP, passt has an internal DHCP server that provides a -- 2.47.3