xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Michael Young <m.a.young@durham.ac.uk>
To: xen-devel@lists.xen.org
Subject: Re: No graphics with xen pv and Fedora qemu
Date: Sun, 10 Jul 2016 16:44:41 +0100	[thread overview]
Message-ID: <alpine.LFD.2.20.1607101638090.3887@austen3.home> (raw)
In-Reply-To: <alpine.LFD.2.20.1606282027110.2462@austen3.home>

On Wed, 29 Jun 2016, Michael Young wrote:

> I have been trying to trace a problem when using Fedora's qemu with a pv 
> guest which is that no graphics are available. I get the errors
>
> xen be core: xen be: watching backend path (backend/console/2) failed
> xen be core: xen be: watching backend path (backend/vkbd/2) failed
> xen be core: xen be: watching backend path (backend/vfb/2) failed
> xen be core: xen be: watching backend path (backend/qdisk/2) failed
> xen be core: xen be: watching backend path (backend/qnic/2) failed
>
> in the qemu log file in /var/log/xen . So far I have traced it to rbd 
> support in qemu, because qemu-system-i386 built with the --disable-rbd 
> does have working graphics.

I tracked this down eventually. The failure is in tools/xenstore/xs.c in 
xs_watch when it tries to create a read pthread, because the initial stack 
size of 16384 is apparently too small with qemu with rbd enabled. I did 
get it to work if I increased the stack size to 24576.

 	Michael Young

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2016-07-10 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 17:46 No graphics with xen pv and Fedora qemu Michael Young
2016-07-10 15:44 ` Michael Young [this message]
2016-07-13 15:44   ` Andrew Cooper
2016-07-15  9:38     ` Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.20.1607101638090.3887@austen3.home \
    --to=m.a.young@durham.ac.uk \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).