qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH v4 0/3] vfio IGD assignment


From: Alex Williamson
Subject: [Qemu-devel] [RFC PATCH v4 0/3] vfio IGD assignment
Date: Fri, 11 Mar 2016 15:59:24 -0700
User-agent: StGit/0.17.1-dirty

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]