From Fedora Project Wiki
Description
FIXME
How to test
- Add console=ttyS0,115200 to guest kernel line.
- Add the following XML section to a domain.
- <serial type='pty'>
- <source path='/dev/pts/3'/>
- <target port='0'/>
- </serial>
- <console type='pty'>
- <source path='/dev/pts/3'/>
- <target port='0'/>
- </console>
- Start the domain.
- Run the command
virsh console [domain id]
. A booting message will be displayed in the terminal. - Log on to the guest.
Expected Results
- Successful connection to a guest via virtual console and serial.