From Fedora Project Wiki
Description
FIXME
How to test
- Add console=ttyS0,115200 to guest kernel line.
- Add the following XML to a domain.
- <serial type="file">
- <source path="/var/log/vm-serial.log"/>
- <target port="1"/>
- </serial>
- Start the domain.
- Display the contents of the file
/var/log/vm-serial.log
. For example, run the command:cat /var/log/vm-serial.log
Expected Results
- All data sent to the character device is written to the file
/var/log/vm-serial.log