|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] How to enable serial driver on 2.6.18 for Intel DQ35JO?
> I need to use the onboard serial port to debug DomU. But I can't see
> it from the dmesg | grep tty output.
Serial port is (usually) assigned to Xen + Dom0. You can however use
xencons to debug your DomU.
Gerd Hoffman's XenSummit presentation is a good resource to learn about xencons:
http://xen.xensource.com/files/xensummit_4/xensummit_linux_console_slides.pdf
In my DomU config files I have:
extra = "console=xvc0 xencons=xvc"
This should be enough to get you started.
Cheers
Gr(z)egor(z)
>
> Is there anybody can use this board to debug DomU?
>
> Thanks,
> Neo
> --
> I would remember that if researchers were not ambitious
> probably today we haven't the technology we are using!
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|