From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGAof-00012u-90 for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGAoV-000302-Qf for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:43:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGAoV-0002zt-IT for qemu-devel@nongnu.org; Mon, 24 Sep 2012 11:43:15 -0400 Date: Mon, 24 Sep 2012 17:44:44 +0200 From: "Michael S. Tsirkin" Message-ID: <20120924154444.GA10744@redhat.com> References: <20120914225712.12831.29465.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120914225712.12831.29465.stgit@bling.home> Subject: Re: [Qemu-devel] [PATCH v5 0/4] VFIO-based PCI device assignment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: aliguori@us.ibm.com, kvm@vger.kernel.org, aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, avi@redhat.com On Fri, Sep 14, 2012 at 05:01:35PM -0600, Alex Williamson wrote: > Same goodness as v4, plus: > > - Addressed comments by Blue Swirl (thanks for the review) > (hopefully w/o breaking anything wrt slow bar endianness) > - Fixed a couple checkpatch warnings that snuck in > > BTW, this works fine with Jason's Q35 patches though we will > need to add INTx routing support for KVM accelerated INTx > (and pci-assign). Thanks, > > Alex OK this is well contained, let's merge :). Acked-by: Michael S. Tsirkin > --- > > 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 > configure | 6 > 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 > 7 files changed, 2360 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