On Thu, 2007-01-11 at 16:45 +0100, Gerd Hoffmann wrote: > Chris Wright wrote: > > > > This should not be needed, the console should be xcv0, completely decoupled > > from serial. > > You've made the whole thing even more complicated with the last commit. > Enabling VT is possible now. Good. No way around that. The kernel > hangs now though. Fix is attached: better don't try to setup the vga > console for xen guests which don't have the hardware. lguest (lhype) does the following: /* FIXME: Better way? */ /* Suppress vgacon startup code */ SCREEN_INFO.orig_video_isVGA = VIDEO_TYPE_VLFB; So I'd prefer a generic way of disabling the VGA stuff... Thanks, Rusty.