Re: [Xen-devel] Question about Xen serial console on non-standard PCI serial ports

2015-11-11 Thread Andrew Cooper
On 11/11/15 17:53, Meng Xu wrote: > Hi all, > > We bought a new machine which has no legacy serial ports on the > motherboard. But we added two PCI serial ports onto the motherboard. > > We are trying to configure Xen serial console on the non-standard PCI > serial port. > (We have successfully

Re: [Xen-devel] Question about Xen serial console on non-standard PCI serial ports

2015-11-11 Thread Meng Xu
Sorry for the ripple... :-( It is working now... > > menuentry 'Ubuntu GNU/Linux, with Xen (credit) and Linux > 3.8.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class > os --class xen { > > savedefault > > insmod part_msdos > > insmod ext2 > > set

[Xen-devel] Question about Xen serial console on non-standard PCI serial ports

2015-11-11 Thread Meng Xu
Hi all, We bought a new machine which has no legacy serial ports on the motherboard. But we added two PCI serial ports onto the motherboard. We are trying to configure Xen serial console on the non-standard PCI serial port. (We have successfully configure Xen serial console on the legacy serial

Re: [Xen-devel] Question about Xen serial console on non-standard PCI serial ports

2015-11-11 Thread Meng Xu
Hi Andrew, >> >> *** The command line I used for xen image is*** >> dom0_mem=8192M,max:8192M dom0_max_vcpus=8 sched=credit >> com5=115200,8n1,0xf010,50 console=com5,vga > > Xen doesn't have a com5 command line option. I see. > > You probably want > > com1=115200,8n1,pci > > as you can make no