From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH v6 0/4] VFIO-based PCI device assignment 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 Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, jan.kiszka@siemens.com, avi@redhat.com, blauwirbel@gmail.com, aik@ozlabs.ru, alex.williamson@redhat.com To: aliguori@us.ibm.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58616 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757836Ab2IZRTR (ORCPT ); Wed, 26 Sep 2012 13:19:17 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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