qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: seabios@seabios.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] virtio: pci cfg access
Date: Fri,  3 Jul 2015 11:37:35 +0200	[thread overview]
Message-ID: <1435916258-7705-1-git-send-email-kraxel@redhat.com> (raw)

  Hi,

As discussed this implements virtio regions access via pci cfg space
window.  Used in case bars are mapped above 4G.  Patch #3 is for
testing and not intended to be merged.

cheers,
  Gerd

Gerd Hoffmann (3):
  virtio: uninline _vp_{read,write}
  virtio: pci cfg access
  [testing] map 64bit bars high unconditionally.

 src/fw/pciinit.c    |   2 +-
 src/hw/virtio-pci.c | 224 +++++++++++++++++++++++++++++++++++++++++++++++++---
 src/hw/virtio-pci.h |  92 ++++-----------------
 3 files changed, 227 insertions(+), 91 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2015-07-03  9:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03  9:37 Gerd Hoffmann [this message]
2015-07-03  9:37 ` [Qemu-devel] [PATCH 1/3] virtio: uninline _vp_{read,write} Gerd Hoffmann
2015-07-03  9:37 ` [Qemu-devel] [PATCH 2/3] virtio: pci cfg access Gerd Hoffmann
2015-07-03  9:37 ` [Qemu-devel] [PATCH 3/3] [testing] map 64bit bars high unconditionally 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=1435916258-7705-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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).