From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: xen-devel@lists.xensource.com,
David Vrabel <david.vrabel@citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: Regression due to d9581c7dcac15c02ad4d47c60c60f4d8f197db55 en/fb: allow xenfb initialization for hvm guest
Date: Tue, 3 Mar 2015 10:20:56 -0500 [thread overview]
Message-ID: <20150303152056.GD30332@l.oracle.com> (raw)
In-Reply-To: <1425380100.24959.77.camel@citrix.com>
> > > I am afraid that Xend is still widespread enough that we need some way to
> > > deal with it.
> > >
> > > The #idef hackery - while not a nice way can make this work.
> > >
> > > Or we can add this in an header/function as a quirk.
> > >
> > > boolean xen_pvfb_dont_init_quirk(void)
> > > {
> > > #ifdef CONFIG_X86
> >
> > I would be OK with having such a quirk without the ifdef (no xend has
> > been known to work on ARM anyway).
> >
> >
> > > if (xen_running_on_version_or_later(4, 5) && xen_hvm_domain())
> >
> > Shouldn't this be xen_running_on_version_or_earlier(4, 4)?
> > Xend has been removed in 4.5.
>
> This all sounds pretty gross, but if it is the way folks want to go,
> shouldn't it try and determine that it is running on xend somehow
> instead of guessing based on version number? 4.4 had xl in it too for
> instance...
Right, so the secondary check would be to see if there is something
extra that Xend puts in the XenStore. And it looks to always
put 'protocol' in every device:
xm:
0 = ""
protocol = "x86_32-abi"
state = "1"
backend-id = "0"
backend = "/local/domain/0/backend/vfb/7/0"
While xl:
vfb = ""
0 = ""
backend = "/local/domain/0/backend/vfb/1/0"
backend-id = "0"
state = "1"
next prev parent reply other threads:[~2015-03-03 15:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 21:24 Regression due to d9581c7dcac15c02ad4d47c60c60f4d8f197db55 en/fb: allow xenfb initialization for hvm guest Konrad Rzeszutek Wilk
2015-03-02 10:03 ` Stefano Stabellini
2015-03-02 15:23 ` Konrad Rzeszutek Wilk
2015-03-02 10:47 ` David Vrabel
2015-03-02 14:25 ` Konrad Rzeszutek Wilk
2015-03-02 14:38 ` David Vrabel
2015-03-02 22:05 ` Konrad Rzeszutek Wilk
2015-03-03 10:44 ` Stefano Stabellini
2015-03-03 10:55 ` Ian Campbell
2015-03-03 15:20 ` Konrad Rzeszutek Wilk [this message]
2015-03-03 15:31 ` Ian Campbell
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=20150303152056.GD30332@l.oracle.com \
--to=konrad.wilk@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.