From 0a788038431b4cba128d1afc2dc1c8af59951e55 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 30 May 2022 12:47:38 +0200 Subject: [PATCH] docs: formatdomain: Use local reference directly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Once we are already using the new anchor format we can create the link via a local reference. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/formatdomain.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index d27a295329..1c446da9ca 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6171,9 +6171,8 @@ A video device. above), since such behaviour is inconvenient in cases where GPU mediated devices are meant to be the only rendering device within a guest. If this is your use case specify a ``none`` type ``video`` device in the XML to stop - the default behaviour. Refer to `Host device assignment - <#host-device-assignment>`__ to see how to add a mediated device into a - guest. + the default behaviour. Refer to `Host device assignment`_ to see how to add + a mediated device into a guest. You can provide the amount of video memory in kibibytes (blocks of 1024 bytes) using ``vram``. This is supported only for guest type of "vz", "qemu", -- 2.47.2