From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIiWM-0000Kj-7x for qemu-devel@nongnu.org; Mon, 01 Oct 2012 12:07:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIiWG-0000E1-D6 for qemu-devel@nongnu.org; Mon, 01 Oct 2012 12:07:02 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:36634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIiWG-0000Dw-8o for qemu-devel@nongnu.org; Mon, 01 Oct 2012 12:06:56 -0400 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 1 Oct 2012 12:06:55 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q91G6bfl24051832 for ; Mon, 1 Oct 2012 12:06:38 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q91G7oMV023929 for ; Mon, 1 Oct 2012 10:07:51 -0600 From: Anthony Liguori In-Reply-To: <20120926171430.17208.46888.stgit@bling.home> References: <20120926171430.17208.46888.stgit@bling.home> Date: Mon, 01 Oct 2012 11:06:05 -0500 Message-ID: <871uhiw51u.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH v6 0/4] VFIO-based PCI device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: kvm@vger.kernel.org, aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, avi@redhat.com Alex Williamson writes: > 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 Applied. Thanks. Regards, Anthony Liguori > > --- > > 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 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html