From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2qSH-0005C4-Ai for qemu-devel@nongnu.org; Tue, 17 May 2016 21:39:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2lSc-0003Fw-JK for qemu-devel@nongnu.org; Tue, 17 May 2016 16:19:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2lSc-0003Fm-DM for qemu-devel@nongnu.org; Tue, 17 May 2016 16:19:22 -0400 From: Alex Williamson Date: Tue, 17 May 2016 14:19:19 -0600 Message-ID: <20160517201613.6175.45578.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v6 0/8] Series short description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: allen.m.kay@intel.com, kraxel@redhat.com, kvm@vger.kernel.org The following series implements... --- Alex Williamson (8): vfio: Enable sparse mmap capability vfio: Create device specific region info helper vfio/pci: Fix return of vfio_populate_vga() vfio/pci: Consolidate VGA setup vfio/pci: Setup BAR quirks after capabilities probing vfio/pci: Intel graphics legacy mode assignment vfio/pci: Add a separate option for IGD OpRegion support vfio/pci: Add IGD documentation docs/igd-assign.txt | 133 ++++++++ hw/vfio/common.c | 103 ++++++- hw/vfio/pci-quirks.c | 643 +++++++++++++++++++++++++++++++++++++++++ hw/vfio/pci.c | 151 ++++++---- hw/vfio/pci.h | 8 + include/hw/vfio/vfio-common.h | 2 trace-events | 11 + 7 files changed, 989 insertions(+), 62 deletions(-) create mode 100644 docs/igd-assign.txt -- Signature