From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH v5 0/4] VFIO-based PCI device assignment Date: Fri, 14 Sep 2012 17:04:14 -0600 Message-ID: <1347663854.486.14.camel@bling.home> References: <20120914225712.12831.29465.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 To: aliguori@us.ibm.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61703 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760277Ab2INXEU (ORCPT ); Fri, 14 Sep 2012 19:04:20 -0400 In-Reply-To: <20120914225712.12831.29465.stgit@bling.home> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2012-09-14 at 17:01 -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, Oh, as usual, the following branch is updated: git://github.com/awilliam/qemu-vfio.git vfio-for-qemu and a new tag is added: vfio-pci-for-qemu-v5 Thanks, Alex > --- > > 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