From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [libvirt] [PATCH LIBVIRT] libxl: Recognise ARM architectures Date: Wed, 26 Feb 2014 15:00:33 +0100 Message-ID: <20140226140033.GA15045@aepfle.de> References: <1393418058-14113-1-git-send-email-ian.campbell@citrix.com> <20140226123703.GC29185@redhat.com> <1393418554.18730.41.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1393418554.18730.41.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "Daniel P. Berrange" , stefano.stabellini@eu.citrix.com, libvir-list@redhat.com, julien.grall@linaro.org, tim@xen.org, xen-devel@lists.xen.org, Jim Fehlig List-Id: xen-devel@lists.xenproject.org On Wed, Feb 26, Ian Campbell wrote: > On Wed, 2014-02-26 at 12:37 +0000, Daniel P. Berrange wrote: > > On Wed, Feb 26, 2014 at 12:34:17PM +0000, Ian Campbell wrote: > > > Currently virsh console fails with: > > > Connected to domain libvirt-test > > > Escape character is ^] > > > error: internal error: cannot find character device > > That'll be because no or device is > > listed in your config above I expect. Also looks like > > bogus error handling in the console API, not checking > > for . > Thanks. I've just tried (inside ...): > > and > > > > which I gleaned from http://libvirt.org/drvxen.html but neither seem to > do the trick (and the first ones use of an explicit pts looks odd to > me...). I learned yesterday this should be "serial" instead of "console", maybe it fixes also your case. Olaf