]> xenbits.xensource.com Git - libvirt.git/commit
docs: fix typo in isa-debugcon example
authorLaszlo Ersek <lersek@redhat.com>
Thu, 18 May 2023 12:59:38 +0000 (14:59 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 May 2023 14:24:59 +0000 (16:24 +0200)
commitf06d15b512b464170cf1dae804af51430dcdd4de
tree1890e78cf8cc7d95226f8d75c5d6a614bdd5416c
parentffa258a39da1c783df14e5035b221a44eb5de3aa
docs: fix typo in isa-debugcon example

The <serial> opening tag is paired with the </console> closing tag; that's
a mismatch. The question is then whether to modify the former to
<console>, or the latter to </serial>.

Per section "Relationship between serial ports and consoles", <serial> is
used for emulated (not paravirt) consoles, and it's the type that's
suitable for early debug output (such as from firmware). Thus, change
</console> to </serial>.

Cc: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: Andrea Bolognani <abologna@redhat.com>
Fixes: 654968381df0256c047d2ecd4542ccc90dc57ad0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst