docs: fix location of :since: 8.1.0 to apply to isa-debugcon

Signed-off-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Jakub Kuczys 2022-11-06 05:15:20 +00:00
parent 7f7a09a2d2
commit 1dd30e2e22
No known key found for this signature in database
GPG Key ID: 9F02686F15FCBCD3

View File

@ -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); target type); ``spapr-vty`` (usable with the ``spapr-vio-serial`` target type);
``pl011`` and, :since:`since 4.7.0` , ``16550a`` (usable with the ``pl011`` and, :since:`since 4.7.0` , ``16550a`` (usable with the
``system-serial`` target type); ``sclpconsole`` and ``sclplmconsole`` (usable ``system-serial`` target type); ``sclpconsole`` and ``sclplmconsole`` (usable
with the ``sclp-serial`` target type). ``isa-debugcon`` (usable with the with the ``sclp-serial`` target type). :since:`Since: 8.1.0`, ``isa-debugcon``
``isa-debug`` target type); provides a virtual console for receiving debug (usable with the ``isa-debug`` target type); provides a virtual console for
messages from the firmware on x86 platforms. :since:`Since: 8.1.0`. receiving debug messages from the firmware on x86 platforms.
Providing a target model is usually unnecessary: libvirt will automatically Providing a target model is usually unnecessary: libvirt will automatically
pick one that's suitable for the chosen target type, and overriding that pick one that's suitable for the chosen target type, and overriding that
value is generally not recommended. value is generally not recommended.