<console>
Configures the host representation of the virtual server console.
Text content
None.Selected attributes
- type=pty
- Configures a console which is accessible via PTY.
Usage
Configuring the consoleParent elements
<devices>Child elements
- <log>
- <protocol>
- <target> as child element of <console>
Example
<devices>
...
<console type="pty">
<target type="sclp" port="0"/>
<log file="/var/log/libvirt/qemu/vserv-cons0.log" append="off"/>
</console>
</devices>