From: Laszlo Ersek Date: Thu, 18 May 2023 12:59:39 +0000 (+0200) Subject: docs: make isa-debugcon example more useful / directly applicable X-Git-Tag: v9.4.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90404c53682f464b4a26efd618887dc336d9da80;p=thirdparty%2Flibvirt.git docs: make isa-debugcon example more useful / directly applicable The type='pty' attribute in the element causes a Pseudo TTY to be allocated on the host side via "/dev/ptmx", which is meant to be interacted with via "virsh console" or similar. That's not how a firmware log is typically viewed or saved. Replace type='pty' with type='file', and also provide an example element (with the pathname of the logfile), similarly to how the example just above provides a element too. Cc: "Daniel P. Berrangé" Cc: Andrea Bolognani Updates: 654968381df0256c047d2ecd4542ccc90dc57ad0 Signed-off-by: Laszlo Ersek Reviewed-by: Ján Tomko --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 6b8b60804e..b46eefb0f6 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6631,9 +6631,10 @@ Serial port - +
+