qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v4 0/3] vfio IGD assignment
@ 2016-03-11 22:59 Alex Williamson
  2016-03-11 22:59 ` [Qemu-devel] [RFC PATCH v4 1/3] linux-headers/vfio: Update matching current linux-next Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Williamson @ 2016-03-11 22:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: allen.m.kay, kraxel, kvm

This series applies on top of my latest vfio pull request[1] or
directly to the tag mentioned there[2].  It also requires kernel
support that's currently in linux-next for v4.6, thus the RFC here.
IGD assignment also requires SeaBIOS support as noted in the commit
log of the 3rd patch here.  Patch 2 is not directly IGD related, but
it does make use of some of the same features added to the kernel and
is thus queued here as well for review and testing.  See patch 3 for a
full description of the level of IGD assignment support offered here.
Please review, test, and comment.  Thanks,

Alex

[1] https://lists.nongnu.org/archive/html/qemu-devel/2016-03/msg02743.html
[2] https://github.com/awilliam/qemu-vfio/tree/vfio-update-20160311.0

---

Alex Williamson (3):
      linux-headers/vfio: Update matching current linux-next
      vfio: Enable sparse mmap capability
      vfio/pci: Intel IGD support


 hw/vfio/common.c              |   67 +++++
 hw/vfio/pci-quirks.c          |  548 +++++++++++++++++++++++++++++++++++++++++
 hw/vfio/pci.c                 |   68 +++++
 hw/vfio/pci.h                 |   10 +
 include/hw/vfio/vfio-common.h |    2 
 linux-headers/linux/vfio.h    |   92 +++++++
 trace-events                  |    9 +
 7 files changed, 789 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-11 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11 22:59 [Qemu-devel] [RFC PATCH v4 0/3] vfio IGD assignment Alex Williamson
2016-03-11 22:59 ` [Qemu-devel] [RFC PATCH v4 1/3] linux-headers/vfio: Update matching current linux-next Alex Williamson
2016-03-11 22:59 ` [Qemu-devel] [RFC PATCH v4 2/3] vfio: Enable sparse mmap capability Alex Williamson
2016-03-11 22:59 ` [Qemu-devel] [RFC PATCH v4 3/3] vfio/pci: Intel IGD support Alex Williamson

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).