mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
docs: Add example for isa-debugcon
Most people will want to use isa-debugcon to obtain debug output for SeaBIOS / EDK II, so let's include a ready-made example for that scenario in our documentation. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
d70d5eb6c5
commit
654968381d
@ -6395,6 +6395,12 @@ Serial port
|
||||
<source path='/dev/pts/3'/>
|
||||
<target port='0'/>
|
||||
</serial>
|
||||
<!-- Debug port for SeaBIOS / EDK II -->
|
||||
<serial type='pty'>
|
||||
<target type='isa-debug'/>
|
||||
<address type='isa' iobase='0x402'/>
|
||||
</console>
|
||||
|
||||
</devices>
|
||||
...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user