From d21bdebc5240fe149b22b870065ed729fa155d2c 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 PS: added myself to AUTHORS since this is my first contribution --- AUTHORS | 1 + doc/ivshmem_kvmfr.rst | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 51491d2a..bb022f92 100644 --- a/AUTHORS +++ b/AUTHORS @@ -69,3 +69,4 @@ MakiseKurisu (MakiseKurisu) Zenithal (ZenithalHourlyRate) Kamplom <6284968128@protonmail.ch> (kamplom) Jacob McNamee (jacobmcnamee) +Marco Antonio J. Costa (majcosta) diff --git a/doc/ivshmem_kvmfr.rst b/doc/ivshmem_kvmfr.rst index 22545ce1..bd34d9ff 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::