All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	david.vrabel@citrix.com, boris.ostrovsky@oracle.com
Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] allow xenfb initialization for hvm guests
Date: Tue, 31 Dec 2013 09:50:01 -0500	[thread overview]
Message-ID: <20131231145001.GA3349@phenom.dumpdata.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1312171738550.8667@kaball.uk.xensource.com>

On Tue, Dec 17, 2013 at 05:53:13PM +0000, Stefano Stabellini wrote:
> There is no reasons why an HVM guest shouldn't be allowed to use xenfb.
> As a matter of fact ARM guests, HVM from Linux POV, can use xenfb.
> Given that no Xen toolstacks configure a xenfb backend for x86 HVM
> guests, they are not affected.

Could you reference the upstream git commit that enables this.

And also CC the maintainers of drivers/video/*

And lastly lets CC also David and Boris on it.

> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> 
> diff --git a/drivers/video/xen-fbfront.c b/drivers/video/xen-fbfront.c
> index cd005c2..02e1c01 100644
> --- a/drivers/video/xen-fbfront.c
> +++ b/drivers/video/xen-fbfront.c
> @@ -692,7 +692,7 @@ static DEFINE_XENBUS_DRIVER(xenfb, ,
>  
>  static int __init xenfb_init(void)
>  {
> -	if (!xen_pv_domain())
> +	if (!xen_domain())
>  		return -ENODEV;
>  
>  	/* Nothing to do if running in dom0. */

  parent reply	other threads:[~2013-12-31 14:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-17 17:53 [PATCH] allow xenfb initialization for hvm guests Stefano Stabellini
2013-12-17 17:53 ` Stefano Stabellini
2013-12-18 11:51 ` [Xen-devel] " Ian Campbell
2013-12-18 11:51   ` Ian Campbell
2013-12-18 15:14   ` Konrad Rzeszutek Wilk
2013-12-18 15:18     ` Stefano Stabellini
2013-12-18 15:18       ` Stefano Stabellini
2013-12-18 15:27       ` Konrad Rzeszutek Wilk
2013-12-18 17:32         ` Stefano Stabellini
2013-12-18 17:32           ` Stefano Stabellini
2013-12-18 15:31     ` Andrew Cooper
2013-12-18 15:31       ` Andrew Cooper
2013-12-31 14:50 ` Konrad Rzeszutek Wilk [this message]
2014-01-02 12:52   ` David Vrabel
2014-01-02 12:52     ` David Vrabel
2014-01-03 18:38   ` Stefano Stabellini
2014-01-03 18:38     ` Stefano Stabellini

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=20131231145001.GA3349@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --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.