On 03/11/2010 10:33 AM, Li Ming wrote:
If we only redirect output of /dev/tty3 to ttyS0,the output of console is still in KVM,that would not mess up the output, that's means the ttyS0 only has output of tty3. I read the link you give us: https://fedoraproject.org/wiki/Features/VirtioSerial in "How To Test" session,add this to command: -device virtio-serial \ -chardev socket,path=/tmp/foo,id=foo \ -device virtserialport,chardev=foo,name=org.fedoraproject.port.0 then data written into host's /tmp/foo (via a utility like socat) will then be relayed to the guest and a guest app should be able to read the data from /dev/vport0p1. My question is, what is the command can do this: the data written into guest's /tmp/foo will then be relayed to serial port,then host can read this data from that serial port. If we can do this,when anaconda records logs in /tmp/anaconda.log,then data will be able to read from host.Does this work?
I don't know. I haven't started working on the VirtioSerial support yet. I am planning to do so after f13 is out so I can test things easily.
Ales _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list