28 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] Console investig...
FromSent OnAttachments
Magenheimer, Dan (HP Labs Fort Collins)23 Nov 2005 14:30 
Magenheimer, Dan (HP Labs Fort Collins)30 Nov 2005 13:51 
Alex Williamson01 Dec 2005 08:11 
Magenheimer, Dan (HP Labs Fort Collins)01 Dec 2005 10:05 
Tristan Gingold02 Dec 2005 03:15 
Tristan Gingold02 Dec 2005 05:36 
Magenheimer, Dan (HP Labs Fort Collins)02 Dec 2005 11:35 
Magenheimer, Dan (HP Labs Fort Collins)02 Dec 2005 15:41 
Alex Williamson02 Dec 2005 15:51 
Magenheimer, Dan (HP Labs Fort Collins)03 Dec 2005 08:33 
Alex Williamson03 Dec 2005 09:14 
Magenheimer, Dan (HP Labs Fort Collins)03 Dec 2005 10:17 
Magenheimer, Dan (HP Labs Fort Collins)03 Dec 2005 11:54 
Magenheimer, Dan (HP Labs Fort Collins)04 Dec 2005 19:43 
Alex Williamson04 Dec 2005 20:07 
Magenheimer, Dan (HP Labs Fort Collins)05 Dec 2005 13:26 
Magenheimer, Dan (HP Labs Fort Collins)06 Dec 2005 08:25 
Magenheimer, Dan (HP Labs Fort Collins)06 Dec 2005 08:39 
Alex Williamson08 Dec 2005 07:46 
Tristan Gingold08 Dec 2005 07:49 
Magenheimer, Dan (HP Labs Fort Collins)09 Dec 2005 06:28 
Tristan Gingold09 Dec 2005 06:58 
Alex Williamson09 Dec 2005 07:38 
Tristan Gingold09 Dec 2005 08:25 
Tristan Gingold09 Dec 2005 08:52 
Alex Williamson13 Dec 2005 13:50 
Magenheimer, Dan (HP Labs Fort Collins)14 Dec 2005 17:12 
Alex Williamson15 Dec 2005 08:01 
Subject:Re: [Xen-ia64-devel] Console investigation.
From:Alex Williamson (alex@hp.com)
Date:12/13/2005 01:50:29 PM
List:com.xensource.lists.xen-ia64-devel

A little progress update. With the patch in this message:

http://lists.xensource.com/archives/html/xen-devel/2005-12/msg00491.html

I can move xencons to use any reasonable ttyX or ttySX value. On my xen0 domain, I can add "xencons=ttyS8 console=ttyS8" which skips me over the range of ttyS devices claimed by the 8250 serial driver (I'm leaving out CONFIG_SERIAL_8250_ACPI to prevent having both xen and dom0 claim my serial console UART, leaving the PCI UARTs). Furthermore, I can boot domU with the same trick, skipping over the 8250 claimed ports and avoiding the conflict with CONFIG_VT.

I guess maybe it's time to hide the serial console UART from dom0. I'd really prefer some way that the hypervisor could do it automagically, but I guess I'll settle for a boot time option.

Alex