All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: virtio-dev@lists.oasis-open.org, David Airlie <airlied@linux.ie>,
	"open list:ABI/API" <linux-api@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>,
	"open list:VIRTIO CORE,
	NET..." <virtualization@lists.linux-foundation.org>,
	Dave Airlie <airlied@redhat.com>, Dave Airlie <airlied@gmail.com>
Subject: Re: [virtio-dev] Re: [PATCH] Add virtio gpu driver.
Date: Thu, 26 Mar 2015 12:53:56 +0100	[thread overview]
Message-ID: <20150326124751-mutt-send-email-mst__10476.6912329525$1427370872$gmane$org@redhat.com> (raw)
In-Reply-To: <1427369923.9779.18.camel@nilsson.home.kraxel.org>

On Thu, Mar 26, 2015 at 12:38:43PM +0100, Gerd Hoffmann wrote:
>   Hi,
> 
> > Absolutely, it's pretty common to mix regions in a BAR.
> > For example, we have virtio kick (ioeventfd backed,
> > handled in kernel) in same BAR as common and device
> > specific configuration.
> 
> > We did the same thing you are now doing with the
> > virtio BAR, and now we have to maintain two code
> > bases, virtio pci config was designed to be future proof
> > so why not use it?
> 
> It's not about virtio at all.  It's about vga compatibility, so we have
> a simple framebuffer as boot display.  Only used when virtio is *not*
> enabled.
> 

I don't know. This seems exactly like the kind of thing
we had in mind when we added the virtio pci capability.
For example, we have text in spec that requires drivers
to skip unknown capabilities.

And yes, if bios pokes at a specific bar then we do
need to list this info in the virtio spec so this makes
it an issue that is virtio related.


> > This is mostly just making sure we don't paint ourselves into a corner.
> 
> It's a simple memory bar.  vga cards have that since pci was invented
> (standalone ones, chipset graphics aside), and there havn't been
> fundamental changes ...
> 
> cheers,
>   Gerd
> 

Yes, it's not about what we put there now. It's about being able
to move things about in the future without breaking guests.

-- 
MST

  parent reply	other threads:[~2015-03-26 11:53 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-24 16:07 [PATCH] Add virtio gpu driver Gerd Hoffmann
2015-03-24 16:07 ` Gerd Hoffmann
2015-03-24 16:15 ` Michael S. Tsirkin
2015-03-24 16:15 ` Michael S. Tsirkin
2015-03-24 16:15   ` Michael S. Tsirkin
2015-03-25 14:52   ` Gerd Hoffmann
2015-03-25 14:52   ` Gerd Hoffmann
2015-03-25 14:52     ` Gerd Hoffmann
2015-03-25 15:24     ` Michael S. Tsirkin
2015-03-25 15:24       ` Michael S. Tsirkin
2015-03-25 15:37       ` Gerd Hoffmann
2015-03-25 15:37         ` Gerd Hoffmann
2015-03-25 17:09         ` Michael S. Tsirkin
2015-03-25 17:09         ` Michael S. Tsirkin
2015-03-25 17:09           ` Michael S. Tsirkin
2015-03-26  7:12           ` Gerd Hoffmann
2015-03-26  7:12             ` Gerd Hoffmann
2015-03-26  8:18             ` Michael S. Tsirkin
2015-03-26  8:18             ` Michael S. Tsirkin
2015-03-26  8:18               ` Michael S. Tsirkin
2015-03-26  8:42               ` [virtio-dev] " Gerd Hoffmann
2015-03-26  8:42               ` Gerd Hoffmann
2015-03-26  8:42                 ` Gerd Hoffmann
2015-03-26  9:04                 ` Michael S. Tsirkin
2015-03-26  9:04                   ` Michael S. Tsirkin
2015-03-26 11:38                   ` Gerd Hoffmann
2015-03-26 11:38                     ` Gerd Hoffmann
2015-03-26 11:53                     ` Michael S. Tsirkin
2015-03-26 11:53                       ` Michael S. Tsirkin
2015-03-26 15:07                       ` Gerd Hoffmann
2015-03-26 15:07                         ` Gerd Hoffmann
2015-03-26 16:47                         ` Michael S. Tsirkin
2015-03-26 16:47                           ` Michael S. Tsirkin
2015-03-26 22:49                           ` Alex Elsayed
2015-03-27  8:08                           ` Gerd Hoffmann
2015-03-27  8:08                             ` Gerd Hoffmann
2015-03-27  8:08                           ` Gerd Hoffmann
2015-03-26 16:47                         ` Michael S. Tsirkin
2015-03-26 15:07                       ` Gerd Hoffmann
2015-03-26 11:53                     ` Michael S. Tsirkin [this message]
2015-03-26 16:52                     ` One Thousand Gnomes
2015-03-26 16:52                     ` One Thousand Gnomes
2015-03-26 11:38                   ` Gerd Hoffmann
2015-03-26  9:04                 ` Michael S. Tsirkin
2015-03-26  7:12           ` Gerd Hoffmann
2015-03-25 15:37       ` Gerd Hoffmann
2015-03-25 15:24     ` Michael S. Tsirkin
2015-03-24 16:50 ` Daniel Vetter
2015-03-24 16:50 ` Daniel Vetter
2015-03-24 16:50   ` Daniel Vetter
2015-03-25 14:53   ` Gerd Hoffmann
2015-03-25 14:53     ` Gerd Hoffmann
2015-03-26  8:53     ` Daniel Vetter
2015-03-26  8:53     ` Daniel Vetter
2015-03-26  8:53       ` Daniel Vetter
2015-03-30 12:23   ` Gerd Hoffmann
2015-03-30 12:23     ` Gerd Hoffmann
2015-03-30 14:49     ` Daniel Vetter
2015-03-30 14:49     ` Daniel Vetter
2015-03-30 14:49       ` Daniel Vetter
2016-05-25 16:40       ` Daniel Vetter
2016-05-25 16:40       ` Daniel Vetter
2016-05-25 16:40         ` Daniel Vetter
2016-05-25 16:44         ` Emil Velikov
2016-05-25 16:44         ` Emil Velikov
2016-05-25 16:44           ` Emil Velikov
2016-05-27  7:48         ` Gerd Hoffmann
2016-05-27  7:48         ` Gerd Hoffmann
2016-05-27  7:48           ` Gerd Hoffmann
2016-05-27  9:03           ` Daniel Vetter
2016-05-27  9:03           ` Daniel Vetter
2016-05-27  9:03             ` Daniel Vetter
2016-05-30 13:50             ` Gerd Hoffmann
2016-05-30 13:50             ` Gerd Hoffmann
2016-05-30 13:50               ` Gerd Hoffmann
2016-05-30 14:47               ` Daniel Vetter
2016-05-30 14:47                 ` Daniel Vetter
2016-05-31  6:29                 ` Gerd Hoffmann
2016-05-31  6:29                 ` Gerd Hoffmann
2016-05-31  6:29                   ` Gerd Hoffmann
2016-05-31  6:55                   ` Daniel Vetter
2016-05-31  6:55                   ` Daniel Vetter
2016-05-31  6:55                     ` Daniel Vetter
2016-05-31  7:00                   ` Pekka Paalanen
2016-05-31  7:00                     ` Pekka Paalanen
2016-05-31  7:00                   ` Pekka Paalanen
2016-05-30 14:47               ` Daniel Vetter
2015-03-30 12:23   ` Gerd Hoffmann
2015-03-24 17:04 ` Michael S. Tsirkin
2015-03-24 17:04   ` Michael S. Tsirkin
2015-03-24 17:04 ` Michael S. Tsirkin
2015-03-24 20:47 ` Paul Bolle
2015-03-24 20:47   ` Paul Bolle
2015-03-24 20:47 ` Paul Bolle
2015-03-24 22:50 ` Daniel Stone
2015-03-24 22:50 ` Daniel Stone
2015-03-24 22:50   ` Daniel Stone
2015-03-25  0:00   ` Dave Airlie
2015-03-25  0:00   ` Dave Airlie
2015-03-25  0:00     ` Dave Airlie
2015-03-25  5:47     ` Daniel Stone
2015-03-25  5:47     ` Daniel Stone
2015-03-25 15:19   ` Gerd Hoffmann
2015-03-25 15:19   ` Gerd Hoffmann
2015-03-25 15:19     ` Gerd Hoffmann

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='20150326124751-mutt-send-email-mst__10476.6912329525$1427370872$gmane$org@redhat.com' \
    --to=mst@redhat.com \
    --cc=airlied@gmail.com \
    --cc=airlied@linux.ie \
    --cc=airlied@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=virtualization@lists.linux-foundation.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 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.