Re: [PATCH] KVM test: Make vm.serial_login() work

2010-09-27 Thread Jason Wang
This bug was caused by a defect patch I sent previously. I would pay more attention in the future. Thanks lucas. - "Lucas Meneghel Rodrigues" wrote: > We had our guests configured wrong with regards to > serial port setup, in order to have a getty attached > to the serial port the order of t

[PATCH] KVM test: Make vm.serial_login() work

2010-09-27 Thread Lucas Meneghel Rodrigues
We had our guests configured wrong with regards to serial port setup, in order to have a getty attached to the serial port the order of the kernel arguments has to be: console=tty0 console=ttyS0,115200 instead of: console=ttyS0,115200 console=tty0 Fixing it in all linux guests unattended files.