From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avg7d-0007WW-GJ for qemu-devel@nongnu.org; Thu, 28 Apr 2016 03:12:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avg7c-00009Y-GX for qemu-devel@nongnu.org; Thu, 28 Apr 2016 03:12:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avg7c-00009S-BR for qemu-devel@nongnu.org; Thu, 28 Apr 2016 03:12:24 -0400 Date: Thu, 28 Apr 2016 15:12:18 +0800 From: Peter Xu Message-ID: <20160428071218.GD20143@pxdev.xzpeter.org> References: <1461827144-6937-1-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1461827144-6937-1-git-send-email-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 00/18] 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 On Thu, Apr 28, 2016 at 03:05:26PM +0800, Peter Xu wrote: > v5 changes: > - patch 10: add vector checking for IOAPIC interrupts (this may help > debug in the future, will only generate warning if specify > IOMMU_DEBUG) > - patch 13: replace error_report() with a trace. [Jan] > - patch 14: rename parameter "intr" to "intremap", to be aligned > with kernel parameter [Jan] > - patch 15: fix comments for vtd_iec_notify_fn > - patch 17 & 18 (added): fix issue when IR enabled with devices > using level-triggered interrupts, like e1000. Adding it to the end > of series, since this issue never happen without IR. > > Patch 17 adds read-only check for IOAPIC entries. > Patch 18 clears remote IRR bit when entry configured as > edge-triggered. Sorry forgot to update github branch for better reference: https://github.com/xzpeter/qemu vtd-intr-v5 Thanks, -- peterx