Hi Michal, first, thank you for all the work! On Fri, 2 Oct 2015 16:55:19 +0200 Michal Marek <mmarek@suse.cz> wrote:
[...] (*) With the -default kernel, I do not see the kernel messages on the serial console with
kernel /boot/xen.gz com1=115200 console=com1,vga module /boot/vmlinuz-4.2.2-0.g980fcdb-default ... console=tty0 console=ttyS0,115200
This is expected. The serial port is already taken by the Xen hypervisor. If you want to redirect a console to the hypervisor, use the hypervisor console (hvc0). There were some hacks in patches.xen that enabled to hijack ttyS0, but it was deprecated with kernel-xen already (but the actual console is called xvc0, not hvc0). Petr T -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org