From 1dd30e2e2234b89745c7b1101c510d231fe343f8 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 6 Nov 2022 05:15:20 +0000 Subject: [PATCH] docs: fix location of :since: 8.1.0 to apply to `isa-debugcon` Signed-off-by: Jakub Kuczys --- docs/formatdomain.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index e28b805009..acb318520c 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6533,9 +6533,9 @@ with the ``isa-serial`` target type); ``usb-serial`` (usable with the target type); ``spapr-vty`` (usable with the ``spapr-vio-serial`` target type); ``pl011`` and, :since:`since 4.7.0` , ``16550a`` (usable with the ``system-serial`` target type); ``sclpconsole`` and ``sclplmconsole`` (usable -with the ``sclp-serial`` target type). ``isa-debugcon`` (usable with the -``isa-debug`` target type); provides a virtual console for receiving debug -messages from the firmware on x86 platforms. :since:`Since: 8.1.0`. +with the ``sclp-serial`` target type). :since:`Since: 8.1.0`, ``isa-debugcon`` +(usable with the ``isa-debug`` target type); provides a virtual console for +receiving debug messages from the firmware on x86 platforms. Providing a target model is usually unnecessary: libvirt will automatically pick one that's suitable for the chosen target type, and overriding that value is generally not recommended.