From bf2010f33042bf79f9e739d134419ca4ff7c3b50 Mon Sep 17 00:00:00 2001 From: majcosta <34732933+majcosta@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:08:55 -0300 Subject: [PATCH] [doc] kvmfr/libvirt: change double quotes to single quotes virt-manager (or libvirt itself) tends to preserve outer quotation marks but explode inner double-quotes into '"' which is annoying. this looks nicer when pasted into the XML editor and applied Also used double-quotes for the QEMU <6.2 example for consistency --- doc/ivshmem_kvmfr.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/ivshmem_kvmfr.rst b/doc/ivshmem_kvmfr.rst index 22545ce1d..bd34d9ffa 100644 --- a/doc/ivshmem_kvmfr.rst +++ b/doc/ivshmem_kvmfr.rst @@ -157,15 +157,15 @@ should use this XML block to configure their VM for kvmfr: .. code:: xml - - - - + + + + .. note:: - - The ``"size"`` tag represents the size of the shared memory device in + - The ``'size'`` tag represents the size of the shared memory device in bytes. Once you determine the proper size of the device as per :ref:`Determining Memory `, use the figure you got to calculate the size in bytes: @@ -178,10 +178,10 @@ legacy syntax for IVSHMEM setup: .. code:: xml - - - - + + + + .. note::