From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: vfb console inhibiting Xen console? Date: Fri, 03 Jul 2009 09:36:25 +0200 Message-ID: <4A4DB4F9.6070909@redhat.com> References: <4A4D331A.5080105@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A4D331A.5080105@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: Ian Campbell , Xen-devel , Ian Jackson , Keir Fraser List-Id: xen-devel@lists.xenproject.org Hi, > - type = "xenconsoled" > - tty = "/dev/pts/1" > + console = "" > + type = "ioemu" Should work, yes. qemu-dm is supposed to write the tty to xenstore as well (xenstore.c, xenstore_store_serial_port_info()), so xenconsole can connect. Something is wrong here ... cheers, Gerd