From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGvGZ-0002mq-4Y for qemu-devel@nongnu.org; Wed, 26 Sep 2012 13:19:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGvGT-0006eI-RK for qemu-devel@nongnu.org; Wed, 26 Sep 2012 13:19:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGvGT-0006e2-Hn for qemu-devel@nongnu.org; Wed, 26 Sep 2012 13:19:13 -0400 From: Alex Williamson Date: Wed, 26 Sep 2012 11:19:11 -0600 Message-ID: <20120926171430.17208.46888.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v6 0/4] VFIO-based PCI device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: kvm@vger.kernel.org, aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, alex.williamson@redhat.com, avi@redhat.com v6: Update patch 4/4 so Makefile just uses CONFIG_LINUX and avoids all the noise in configure. Also available in git here: git://github.com/awilliam/qemu-vfio.git branch: vfio-for-qemu tag: vfio-pci-for-qemu-v6 --- Alex Williamson (4): vfio: Enable vfio-pci and mark supported vfio: vfio-pci device assignment driver Update Linux kernel headers Update kernel header script to include vfio MAINTAINERS | 5 hw/Makefile.objs | 3 hw/vfio_pci.c | 1864 +++++++++++++++++++++++++++++++++++++++ hw/vfio_pci_int.h | 114 ++ linux-headers/linux/vfio.h | 368 ++++++++ scripts/update-linux-headers.sh | 2 6 files changed, 2354 insertions(+), 2 deletions(-) create mode 100644 hw/vfio_pci.c create mode 100644 hw/vfio_pci_int.h create mode 100644 linux-headers/linux/vfio.h