On Tue, Apr 26, 2011 at 01:15:22PM +0800, wuyu8242 wrote: > hi all, > > There are some cases failed beacause of > "Attempting to log into 'vm1' via serial console (timeout 360s) ", how to > setup > serial console? Autotest only support serial login of linux guest. Try to add 'console=tty0 console=ttyS0,115200' in guest kernel cmdline. http://www.vanemery.com/Linux/Serial/serial-console.txt
You can test with this cmd: # qemu-kvm .... -serial stdio Amos. _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
