From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayB1l-00083Z-TX for qemu-devel@nongnu.org; Thu, 05 May 2016 00:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayB1a-0002OK-3m for qemu-devel@nongnu.org; Thu, 05 May 2016 00:36:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayB1Z-0002LK-Ul for qemu-devel@nongnu.org; Thu, 05 May 2016 00:36:30 -0400 Date: Thu, 5 May 2016 12:36:09 +0800 From: Peter Xu Message-ID: <20160505043609.GA4100@pxdev.xzpeter.org> References: <1462418761-12714-1-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1462418761-12714-1-git-send-email-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 00/26] IOMMU: Enable interrupt remapping for Intel IOMMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, rth@twiddle.net, ehabkost@redhat.com, jasowang@redhat.com, marcel@redhat.com, mst@redhat.com, pbonzini@redhat.com, jan.kiszka@web.de, rkrcmar@redhat.com, alex.williamson@redhat.com, wexu@redhat.com, davidkiarie4@gmail.com On Thu, May 05, 2016 at 11:25:35AM +0800, Peter Xu wrote: > Hi, all, > > This is v6 for Intel IOMMU IR support. This series introduced quite > a few new patches based on v5. Sorry for that (Yes, Jan is > contributing to it as well, though most of which are really good > ideas for me :). Hopefully we can get its convergence in this > version. > > To make the review easier, I tried to keep all the existing patches > and indexes (also, this is easier for me too to do the > modifications, and logically I feel this make more sense and clean, > please let me know if I am wrong). Patches 1-18 are v5 patches, and > patches 19-26 are newly added patches. > > All the new patches may need more review, many of them are outside > Intel IOMMU scope, and touching other part of codes, which I am > still not very sure about. > > Testing is only covering basic smoke test for the following matrix: > > - IR enabled/disable > - kernel irqchip off/split > - network device: tap with/without vhost, e1000 Again... Missing link: https://github.com/xzpeter/qemu vtd-intr-v6 Thanks, -- peterx