From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH v6 0/8] Series short description 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 Cc: allen.m.kay@intel.com, kraxel@redhat.com, kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751053AbcEQUTV (ORCPT ); Tue, 17 May 2016 16:19:21 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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